]> granicus.if.org Git - clang/commitdiff
[ItaniumMangle] Fix a typo.
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 22 May 2015 05:54:24 +0000 (05:54 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 22 May 2015 05:54:24 +0000 (05:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238002 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ItaniumMangle.cpp

index f2812176a6fd979c92aa7794f00490fc9a7b1fee..98c38c6caa5dd2cd178748271363973b15d0a4de 100644 (file)
@@ -221,7 +221,7 @@ class CXXNameMangler {
   const NamedDecl *Structor;
   unsigned StructorType;
 
-  /// SeqID - The next subsitution sequence number.
+  /// SeqID - The next substitution sequence number.
   unsigned SeqID;
 
   class FunctionTypeDepthState {