summaryrefslogtreecommitdiff
path: root/strings/longlong2str.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/longlong2str.c')
-rw-r--r--strings/longlong2str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/longlong2str.c b/strings/longlong2str.c
index 4be380207a4..ab46353d5e1 100644
--- a/strings/longlong2str.c
+++ b/strings/longlong2str.c
@@ -47,7 +47,7 @@
Note: The standard itoa() returns a pointer to the argument, when int2str
returns the pointer to the end-null.
- itoa assumes that 10 -base numbers are allways signed and other arn't.
+ itoa assumes that 10 -base numbers are always signed and other aren't.
*/
#include "strings_def.h"