diff options
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index f684f59aef..b25ac6b426 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -120,7 +120,7 @@ $(foreach supported_arch,$(ARCH_SUPPORTED), \ # values are space separated if using more than one value # # int-add: adds an arbitrary length list of integers -# int-subtract: subtracts the the second of two integers from the first +# int-subtract: subtracts the second of two integers from the first # int-multiply: multiplies an arbitrary length list of integers # int-divide: divides the first integer by the second # int-remainder: arithmetic remainder of the first number divided by the second |