Bug 15968 was fixed by commit 0748546f660d27a2ad29fa6174d456e2f6490758.
[jlayton/glibc.git] / csu / check_fds.c
index dcd508d28ff919a8b4bdc899f6ad49f9c8d93a8c..6a7077309136b9ca83c12a904b169009a01f0958 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2002, 2003, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -60,7 +60,7 @@ check_one_fd (int fd, int mode)
 
       /* Something is wrong with this descriptor, it's probably not
         opened.  Open /dev/null so that the SUID program we are
-        about to start does not accidently use this descriptor.  */
+        about to start does not accidentally use this descriptor.  */
       int nullfd = open_not_cancel (name, mode, 0);
 
       /* We are very paranoid here.  With all means we try to ensure