Change unsigned to signed :-/

This commit is contained in:
John Winans 2020-09-03 14:15:36 -05:00
parent 0fc3eb4039
commit 91d585d63f

View File

@ -859,7 +859,7 @@ When adding {\em signed} numbers, an overflow only occurs when the two
addends are positive and sum is negative or the addends are both negative
and the sum is positive.
When subtracting {\em unsigned}, an overflow only occurs when the
When subtracting {\em signed} numbers, an overflow only occurs when the
minuend is positive and the subtrahend is negative and difference is negative
or when the minuend is negative and the subtrahend is positive and the
difference is positive.%