diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 19:07:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 19:07:20 +0100 |
commit | 696fe7805ea302662f1d200990bea6d1d244b45b (patch) | |
tree | b28aa1b5a2573113081299b51b655ea191196caf /include | |
parent | needstack: We cannot protect ourself from death by SIGSEGV, the CPU would halt and catch fire. (diff) | |
download | slibc-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')
-rw-r--r-- | include/unistd.h | 2 |
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. */ |