]> granicus.if.org Git - clang/commitdiff
Fix typo, thanks Sebastian!
authorDaniel Dunbar <daniel@zuster.org>
Fri, 27 Nov 2009 08:26:07 +0000 (08:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 27 Nov 2009 08:26:07 +0000 (08:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89999 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/LangStandard.h

index e742a3dad7f938a1494bcb713a831855f7d31280..1442cb64e22d1fcacdd0f0dcded875265b21167e 100644 (file)
@@ -56,7 +56,7 @@ public:
   /// isCPlusPlus0x - Language is a C++0x variant.
   bool isCPlusPlus0x() const { return Flags & frontend::CPlusPlus0x; }
 
-  /// hasDigraphs - Language supports diagrphs.
+  /// hasDigraphs - Language supports digraphs.
   bool hasDigraphs() const { return Flags & frontend::Digraphs; }
 
   /// isGNUMode - Language includes GNU extensions.