summaryrefslogtreecommitdiffstats
path: root/src/decNumber
diff options
context:
space:
mode:
authorwellweek <148746285+wellweek@users.noreply.github.com>2024-03-08 17:43:29 +0800
committerGitHub <noreply@github.com>2024-03-08 10:43:29 +0100
commitc95b34ff827d05a2d262f00280a4891a295ed0ed (patch)
treea0c450be5b335ec659eb5b0d411d77efff562b55 /src/decNumber
parentce0e788ce28c675808a6bc9a34f8db1199cd7cef (diff)
remove repetitive words
Signed-off-by: wellweek <xiezitai@outlook.com>
Diffstat (limited to 'src/decNumber')
-rw-r--r--src/decNumber/decCommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decNumber/decCommon.c b/src/decNumber/decCommon.c
index 0825781b..6f187aca 100644
--- a/src/decNumber/decCommon.c
+++ b/src/decNumber/decCommon.c
@@ -376,7 +376,7 @@ static decFloat * decFinalize(decFloat *df, bcdnum *num,
UBFROMUI(ub-3, 0); // to 00000000
}
// [note ub could now be to left of msd, and it is not safe
- // to write to the the left of the msd]
+ // to write to the left of the msd]
// now at most 3 digits left to non-9 (usually just the one)
for (; ub>=umsd; *ub=0, ub--) {
if (*ub==9) continue; // carry