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:
parent
b8ef55a803
commit
f5f5656288
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user