diff options
author | James Dennett <jdennett@google.com> | 2012-06-17 03:57:24 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-17 03:57:24 +0000 |
commit | c9e4b4b091e9bec50d8918a02ea155220b513d47 (patch) | |
tree | a13fcfa626a2d37b66907be4456cd7bc0d76c791 /include/clang/Basic/Module.h | |
parent | 7c0d2a366d2810e711f9c6ced8cbd923b9fc823a (diff) |
Documentation cleanup: typo fix, \briaf -> \brief
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158622 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/Module.h')
-rw-r--r-- | include/clang/Basic/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/Module.h b/include/clang/Basic/Module.h index 82dbd5b0c0..e6c2ba429d 100644 --- a/include/clang/Basic/Module.h +++ b/include/clang/Basic/Module.h @@ -243,7 +243,7 @@ public: return Umbrella && Umbrella.is<const DirectoryEntry *>(); } - /// \briaf Add the given feature requirement to the list of features + /// \brief Add the given feature requirement to the list of features /// required by this module. /// /// \param Feature The feature that is required by this module (and |