mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-14 15:25:25 +00:00
Fix "the the" in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user