1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[llvm-cxxfilt] Fix a comment typo. NFC.

llvm-svn: 354094
This commit is contained in:
Matt Davis 2019-02-15 02:43:14 +00:00
parent b8ef55a803
commit f5f5656288

View 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"),