r353568 - Fix typo
Adrian Prantl via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 8 13:13:26 PST 2019
Author: adrian
Date: Fri Feb 8 13:13:25 2019
New Revision: 353568
URL: http://llvm.org/viewvc/llvm-project?rev=353568&view=rev
Log:
Fix typo
Modified:
cfe/trunk/include/clang/Basic/LangOptions.h
Modified: cfe/trunk/include/clang/Basic/LangOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/LangOptions.h?rev=353568&r1=353567&r2=353568&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/LangOptions.h (original)
+++ cfe/trunk/include/clang/Basic/LangOptions.h Fri Feb 8 13:13:25 2019
@@ -215,7 +215,7 @@ public:
/// If none is specified, abort (GCC-compatible behaviour).
std::string OverflowHandler;
- /// The module currently being compiled as speficied by -fmodule-name.
+ /// The module currently being compiled as specified by -fmodule-name.
std::string ModuleName;
/// The name of the current module, of which the main source file
More information about the cfe-commits
mailing list