aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/intrange.d
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/intrange.d')
-rw-r--r--gcc/d/dmd/intrange.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/intrange.d b/gcc/d/dmd/intrange.d
index 242cac0..8395a84 100644
--- a/gcc/d/dmd/intrange.d
+++ b/gcc/d/dmd/intrange.d
@@ -141,7 +141,7 @@ struct SignExtendedNumber
SignExtendedNumber opBinary(string op : "*")(SignExtendedNumber rhs)
{
- // perform *saturated* multiplication, otherwise we may get bogus ranges
+ // perform* saturated* multiplication, otherwise we may get bogus ranges
// like 0x10 * 0x10 == 0x100 == 0.
/* Special handling for zeros: