* lib/openat-die.c (openat_save_fail): Modernize comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 08:08:59 +0000 (01:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 08:08:59 +0000 (01:08 -0700)
ChangeLog
lib/openat-die.c

index 9127980f52c49e52ea441acb9befa44dbccf43e1..1ad494fd391a52bca9607635963c19883047ff13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2011-07-12  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * lib/openat-die.c (openat_save_fail): Modernize comment.
+
        * lib/xalloc-die.c (xalloc_die): Modernize comment.
 
        * lib/glthread/thread.h: Modernize comment.
index ea36dda8918dc69523650d8b80d20273f93bc410..0d0643b4f9b962b295a49af572808d5df38e8d84 100644 (file)
@@ -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).  */