aboutsummaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-30 19:07:20 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-30 19:07:20 +0100
commit696fe7805ea302662f1d200990bea6d1d244b45b (patch)
treeb28aa1b5a2573113081299b51b655ea191196caf /include/unistd.h
parentneedstack: We cannot protect ourself from death by SIGSEGV, the CPU would halt and catch fire. (diff)
downloadslibc-696fe7805ea302662f1d200990bea6d1d244b45b.tar.gz
slibc-696fe7805ea302662f1d200990bea6d1d244b45b.tar.bz2
slibc-696fe7805ea302662f1d200990bea6d1d244b45b.tar.xz
typo + other ways to catch fire
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index bb077c1..d95e08a 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1373,7 +1373,7 @@ __noreturn void halt(void);
*
* This is a slibc extension.
*
- * @etymology (H)alt and (c)atch (f)rie!
+ * @etymology (H)alt and (c)atch (f)ire!
*
* @since Always.
*/