diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:41 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-06-02 10:20:41 +0000 |
commit | 474261af7bbba153fecd411f42f0c7930dc5f1fb (patch) | |
tree | f0a785a5166d5acc5bf4e3cdf074fdb532b99b97 /clang/lib/Sema/SemaLookup.cpp | |
parent | bde917666307faf3c9e2d290c38a0018f54d7a68 (diff) | |
download | bcm5719-llvm-474261af7bbba153fecd411f42f0c7930dc5f1fb.tar.gz bcm5719-llvm-474261af7bbba153fecd411f42f0c7930dc5f1fb.zip |
Fix typos found by http://github.com/lyda/misspell-check
llvm-svn: 157886
Diffstat (limited to 'clang/lib/Sema/SemaLookup.cpp')
-rw-r--r-- | clang/lib/Sema/SemaLookup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaLookup.cpp b/clang/lib/Sema/SemaLookup.cpp index 5af95d81682..563b97f1487 100644 --- a/clang/lib/Sema/SemaLookup.cpp +++ b/clang/lib/Sema/SemaLookup.cpp @@ -3366,7 +3366,7 @@ class NamespaceSpecifierSet { getNestedNameSpecifierIdentifiers(CurScopeSpec->getScopeRep(), CurNameSpecifierIdentifiers); // Build the list of identifiers that would be used for an absolute - // (from the global context) NestedNameSpecifier refering to the current + // (from the global context) NestedNameSpecifier referring to the current // context. for (DeclContextList::reverse_iterator C = CurContextChain.rbegin(), CEnd = CurContextChain.rend(); |