diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-13 16:59:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-13 16:59:49 +0200 |
commit | 0f0a6507f944b22d656ae8c2ef1129f3901278fe (patch) | |
tree | fb80b41535f644e18f2672c9a5db8ab4edca427e /include | |
parent | info: errno (diff) | |
download | slibc-0f0a6507f944b22d656ae8c2ef1129f3901278fe.tar.gz slibc-0f0a6507f944b22d656ae8c2ef1129f3901278fe.tar.bz2 slibc-0f0a6507f944b22d656ae8c2ef1129f3901278fe.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/errno.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errno.h b/include/errno.h index fde5329..18afa72 100644 --- a/include/errno.h +++ b/include/errno.h @@ -49,7 +49,7 @@ volatile int* __errno(void) /* TODO not implemented */ * of `argv[0]` from the `main` function (where `argv` * is the second parameter). If `argc` is zero, this * variable will have the value `NULL`. This is not - * necessarily a proper comman name. For example, + * necessarily a proper command name. For example, * login shells are usually prefixes with a dash, * for example "-bash", despite that there is no such * command. Often, but not always, this will not contain |