Fix typo, thanks Sebastian!

llvm-svn: 89999
This commit is contained in:
Daniel Dunbar 2009-11-27 08:26:07 +00:00
parent cc0ba6a9d6
commit c9bc8708d2
1 changed files with 1 additions and 1 deletions

View 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.