]> granicus.if.org Git - llvm/commitdiff
[llvm-cxxfilt] Fix a comment typo. NFC.
authorMatt Davis <Matthew.Davis@sony.com>
Fri, 15 Feb 2019 02:43:14 +0000 (02:43 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Fri, 15 Feb 2019 02:43:14 +0000 (02:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354094 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cxxfilt/llvm-cxxfilt.cpp

index 821c705b95beb50c277dff794ebf3df8f0c39146..e0850444d6f444a6c5ec9af362a54d9d4ca1a910 100644 (file)
@@ -25,7 +25,7 @@ enum Style {
   EDG,   ///< EDG compiler
   GNUv3, ///< GNU C++ v3 ABI
   Java,  ///< Java (gcj)
-  GNAT   ///< ADA copiler (gnat)
+  GNAT   ///< ADA compiler (gnat)
 };
 static cl::opt<Style>
     Format("format", cl::desc("decoration style"),