Fix "the the" in comments.
[oota-llvm.git] / tools / llvm-size / llvm-size.cpp
index c64c1d722d3dbc59a29d462c5c59ac2eab1352e7..9a6e2c1ae4beab99c74834b7ea4ebc7977a09f6c 100644 (file)
@@ -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: