Fix typos involving "the the"

Change-Id: I179264ee6681a7ba4488b9f1c6bce1a19b4e1772
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/c/30160
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Jonathan Neuschäfer
2018-12-11 17:53:07 +01:00
committed by Patrick Georgi
parent 7ccb2821d2
commit 45e6c82e68
27 changed files with 51 additions and 51 deletions

View File

@@ -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