diff options
| author | Lawrence Crowl <crowl@google.com> | 2013-06-20 20:51:51 +0000 |
|---|---|---|
| committer | Lawrence Crowl <crowl@google.com> | 2013-06-20 20:51:51 +0000 |
| commit | 463e2d9b19f078122ece59dbf2f070f679f69680 (patch) | |
| tree | e085762a35c3879c9fe1219db0b5e10ac7b7e430 | |
| parent | f47db38a01987ddf64eb35d93a6855523f80a4dc (diff) | |
| download | bcm5719-llvm-463e2d9b19f078122ece59dbf2f070f679f69680.tar.gz bcm5719-llvm-463e2d9b19f078122ece59dbf2f070f679f69680.zip | |
Fix English grammar error.
llvm-svn: 184463
| -rw-r--r-- | clang/include/clang/Lex/ModuleMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Lex/ModuleMap.h b/clang/include/clang/Lex/ModuleMap.h index bd57ce48772..b33b9e5ba60 100644 --- a/clang/include/clang/Lex/ModuleMap.h +++ b/clang/include/clang/Lex/ModuleMap.h @@ -85,7 +85,7 @@ class ModuleMap { typedef llvm::DenseMap<const FileEntry *, KnownHeader> HeadersMap; - /// \brief Mapping from each header to the module that owns the contents of the + /// \brief Mapping from each header to the module that owns the contents of /// that header. HeadersMap Headers; |

