aboutsummaryrefslogtreecommitdiffstats
path: root/include/errno.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-13 16:59:49 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-13 16:59:49 +0200
commit0f0a6507f944b22d656ae8c2ef1129f3901278fe (patch)
treefb80b41535f644e18f2672c9a5db8ab4edca427e /include/errno.h
parentinfo: errno (diff)
downloadslibc-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/errno.h')
-rw-r--r--include/errno.h2
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