diff options
Diffstat (limited to 'tools/llvm-size/llvm-size.cpp')
-rw-r--r-- | tools/llvm-size/llvm-size.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-size/llvm-size.cpp b/tools/llvm-size/llvm-size.cpp index c64c1d722d3d..9a6e2c1ae4be 100644 --- a/tools/llvm-size/llvm-size.cpp +++ b/tools/llvm-size/llvm-size.cpp @@ -97,7 +97,7 @@ static size_t getNumLengthAsString(uint64_t num) { return result.size(); } -/// @brief Return the the printing format for the Radix. +/// @brief Return the printing format for the Radix. static const char *getRadixFmt(void) { switch (Radix) { case octal: |