summaryrefslogtreecommitdiff
path: root/lib/bigint.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bigint.pl')
-rw-r--r--lib/bigint.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bigint.pl b/lib/bigint.pl
index 9a3d50d365..bd1d91f822 100644
--- a/lib/bigint.pl
+++ b/lib/bigint.pl
@@ -20,7 +20,7 @@ package bigint;
# '+0' canonical zero value
# ' -123 123 123' canonical value '-123123123'
# '1 23 456 7890' canonical value '+1234567890'
-# Output values always always in canonical form
+# Output values always in canonical form
#
# Actual math is done in an internal format consisting of an array
# whose first element is the sign (/^[+-]$/) and whose remaining