summaryrefslogtreecommitdiff
path: root/strings/my_strtoll10.c
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2004-12-18 03:42:28 +0300
committerkonstantin@mysql.com <>2004-12-18 03:42:28 +0300
commit7c369a240bccb1b468c7465f3e39edce6d3d96ba (patch)
tree5e1076c7e9725d187a455b520bffa7fc757b22bf /strings/my_strtoll10.c
parenta2c9c8eaa074cdd08ec78ebfdecddea4ae88d47f (diff)
downloadmariadb-git-7c369a240bccb1b468c7465f3e39edce6d3d96ba.tar.gz
More work on truncations in libmysql: after-review fixes.
Diffstat (limited to 'strings/my_strtoll10.c')
-rw-r--r--strings/my_strtoll10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/my_strtoll10.c b/strings/my_strtoll10.c
index 5217564087c..cca7c8ab396 100644
--- a/strings/my_strtoll10.c
+++ b/strings/my_strtoll10.c
@@ -46,7 +46,7 @@ static unsigned long lfactor[9]=
from string nptr and converts it to an signed or unsigned
long long integer value.
Space characters and tab are ignored.
- A sign character might precede the the digit characters. The number
+ A sign character might precede the digit characters. The number
may have any number of pre-zero digits.
The function stops reading the string nptr at the first character