From: James Dennett Date: Sun, 17 Jun 2012 03:57:24 +0000 (+0000) Subject: Documentation cleanup: typo fix, \briaf -> \brief X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9e4b4b091e9bec50d8918a02ea155220b513d47;p=clang Documentation cleanup: typo fix, \briaf -> \brief git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158622 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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(); } - /// \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