diff options
Diffstat (limited to 'test/divmod.go')
-rw-r--r-- | test/divmod.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/divmod.go b/test/divmod.go index 49fed0222..ad632bc83 100644 --- a/test/divmod.go +++ b/test/divmod.go @@ -6,7 +6,7 @@ // Test division of variables. Generate many test cases, // compute correct answer using shift and subtract, -// and then compare against results from divison and +// and then compare against results from division and // modulus operators. // // Primarily useful for testing software div/mod. |