diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2019-02-15 02:43:14 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2019-02-15 02:43:14 +0000 |
commit | 582274329e3d48eb27f37a977cd3ec6be69f67a8 (patch) | |
tree | 106a0b1d1a3de22d7ef65a667b3f465da8cd9a7a /llvm/tools/llvm-cxxfilt | |
parent | 0e362ec19a7e20f4ea53f960ee578e0d5fa1b2e5 (diff) | |
download | bcm5719-llvm-582274329e3d48eb27f37a977cd3ec6be69f67a8.tar.gz bcm5719-llvm-582274329e3d48eb27f37a977cd3ec6be69f67a8.zip |
[llvm-cxxfilt] Fix a comment typo. NFC.
llvm-svn: 354094
Diffstat (limited to 'llvm/tools/llvm-cxxfilt')
-rw-r--r-- | llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp b/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp index 821c705b95b..e0850444d6f 100644 --- a/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp +++ b/llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp @@ -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"), |