summaryrefslogtreecommitdiff
path: root/sysdeps/generic/abort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/abort.c')
-rw-r--r--sysdeps/generic/abort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/abort.c b/sysdeps/generic/abort.c
index 14c182b411..c1969f4d1f 100644
--- a/sysdeps/generic/abort.c
+++ b/sysdeps/generic/abort.c
@@ -74,7 +74,7 @@ abort (void)
/* This stage is special: we must allow repeated calls of
`abort' when a user defined handler for SIGABRT is installed.
This is risky since the `raise' implementation might also
- fail but I don't see another possiblity. */
+ fail but I don't see another possibility. */
int save_stage = stage;
stage = 0;