]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Apr 2018 04:27:26 +0000 (04:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Apr 2018 04:27:26 +0000 (04:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331017 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index 17601b82939d414f776541aa4b81984e539af948..d6e9a9972cfd60c90d069feb04d88516bbb266d9 100644 (file)
@@ -389,8 +389,8 @@ namespace SrcMgr {
     static ExpansionInfo createForMacroArg(SourceLocation SpellingLoc,
                                            SourceLocation ExpansionLoc) {
       // We store an intentionally invalid source location for the end of the
-      // expansion range to mark that this is a macro argument ion rather than
-      // a normal one.
+      // expansion range to mark that this is a macro argument location rather
+      // than a normal one.
       return create(SpellingLoc, ExpansionLoc, SourceLocation());
     }
   };