bug fix for lpar comment
[rrq/rrqforth.git] / adoc / p_divmod.adoc
index 5e8f2a9034005d846e7a946556ceede4a1ea0f40..432e37926f3ce572a935dc8986f71d155a06d6fd 100644 (file)
@@ -10,7 +10,7 @@ Data stack: ( v1 v2 -- q r )
 
 "/MOD" (div-mod) is a function word that replaces a pair of values
 with the results of signed integer division of the first, v1, divided
-by the scond, v2. To that end, the values are 64-bit signed integers.
+by the second, v2. To that end, the values are 64-bit signed integers.
 The result is the integer quotient, q, and the remainder, r, where q
 and r are the respectively largest and smallest integers to satisfy
 the formula: