Fix "the the" in comments.

llvm-svn: 240112
This commit is contained in:
Eric Christopher
2015-06-19 01:53:21 +00:00
parent 175d633271
commit 572e03a396
32 changed files with 40 additions and 40 deletions

View 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: