diff options
author | Denis Vlasenko | 2008-07-23 08:41:08 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-07-23 08:41:08 +0000 |
commit | 49a5eba9ae7d560bbbbdc677712091acee4f426c (patch) | |
tree | 728708f9e1a817d5be9841c6d1bba941084c1789 /include/xatonum.h | |
parent | 040e32f84cdf376ab69fd7931e30100bbf020bfc (diff) | |
download | busybox-49a5eba9ae7d560bbbbdc677712091acee4f426c.zip busybox-49a5eba9ae7d560bbbbdc677712091acee4f426c.tar.gz |
s/othervise/otherwise/g
Diffstat (limited to 'include/xatonum.h')
-rw-r--r-- | include/xatonum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xatonum.h b/include/xatonum.h index 02aacc0..86a3472 100644 --- a/include/xatonum.h +++ b/include/xatonum.h @@ -112,7 +112,7 @@ static ALWAYS_INLINE uint32_t xatou32(const char *numstr) /* Non-aborting kind of convertors: bb_strto[u][l]l */ /* On exit: errno = 0 only if there was non-empty, '\0' terminated value - * errno = EINVAL if value was not '\0' terminated, but othervise ok + * errno = EINVAL if value was not '\0' terminated, but otherwise ok * Return value is still valid, caller should just check whether end[0] * is a valid terminating char for particular case. OTOH, if caller * requires '\0' terminated input, [s]he can just check errno == 0. |