diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-03-11 23:14:21 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-03-11 23:14:21 +0000 |
commit | 74655a5d67fb210df82459ef5f67a475ec2b699d (patch) | |
tree | eb6304e871cd80003a34dd869b3032e4156d3f6b /clang/lib/Basic/IdentifierTable.cpp | |
parent | 008dfe2fb3354e281de87adc9a7f95b5f09e769a (diff) | |
download | bcm5719-llvm-74655a5d67fb210df82459ef5f67a475ec2b699d.tar.gz bcm5719-llvm-74655a5d67fb210df82459ef5f67a475ec2b699d.zip |
Fix typo in comment, 'langauge' -> 'language'.
llvm-svn: 152547
Diffstat (limited to 'clang/lib/Basic/IdentifierTable.cpp')
-rw-r--r-- | clang/lib/Basic/IdentifierTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/IdentifierTable.cpp b/clang/lib/Basic/IdentifierTable.cpp index 7df52c65676..43899f0979b 100644 --- a/clang/lib/Basic/IdentifierTable.cpp +++ b/clang/lib/Basic/IdentifierTable.cpp @@ -113,7 +113,7 @@ namespace { /// /// The C90/C99/CPP/CPP0x flags are set to 3 if the token is a keyword in a /// future language standard, set to 2 if the token should be enabled in the -/// specified langauge, set to 1 if it is an extension in the specified +/// specified language, set to 1 if it is an extension in the specified /// language, and set to 0 if disabled in the specified language. static void AddKeyword(StringRef Keyword, tok::TokenKind TokenCode, unsigned Flags, |