diff options
Diffstat (limited to 'ext/misc/uint.c')
-rw-r--r-- | ext/misc/uint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/uint.c b/ext/misc/uint.c index 286314fef..a527b2f07 100644 --- a/ext/misc/uint.c +++ b/ext/misc/uint.c @@ -16,7 +16,7 @@ ** of digits compare in numeric order. ** ** * Leading zeros are handled properly, in the sense that -** they do not mess of the maginitude comparison of embedded +** they do not mess of the magnitude comparison of embedded ** strings of digits. "x00123y" is equal to "x123y". ** ** * Only unsigned integers are recognized. Plus and minus |