summaryrefslogtreecommitdiff
path: root/lib/openat-die.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-07-12 01:08:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-07-12 01:08:59 -0700
commit5e2a6b1f1f59b920775fdc38b81d1a389a5089ed (patch)
treed003979bace31938518620d968024b951e1442a2 /lib/openat-die.c
parentd4dd1df2d3794089cf6a85982333218d8e2393de (diff)
downloadgnulib-5e2a6b1f1f59b920775fdc38b81d1a389a5089ed.tar.gz
* lib/openat-die.c (openat_save_fail): Modernize comment.
Diffstat (limited to 'lib/openat-die.c')
-rw-r--r--lib/openat-die.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openat-die.c b/lib/openat-die.c
index ea36dda891..0d0643b4f9 100644
--- a/lib/openat-die.c
+++ b/lib/openat-die.c
@@ -37,7 +37,7 @@ openat_save_fail (int errnum)
error (exit_failure, errnum,
_("unable to record current working directory"));
#endif
- /* The `noreturn' attribute cannot be applied to error, since it returns
+ /* _Noreturn cannot be applied to error, since it returns
when its first argument is 0. To help compilers understand that this
function does not return, call abort. Also, the abort is a
safety feature if exit_failure is 0 (which shouldn't happen). */