maint: update copyright
[gnulib.git] / lib / spawn-pipe.h
index 449583d..4e25752 100644 (file)
@@ -1,5 +1,5 @@
 /* Creation of subprocesses, communicating via pipes.
-   Copyright (C) 2001-2003, 2006, 2008-2010 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2006, 2008-2014 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software: you can redistribute it and/or modify
@@ -131,7 +131,7 @@ extern pid_t create_pipe_bidi (const char *progname,
 
 /* The name of the "always silent" device.  */
 #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
-/* Native Woe32 API.  */
+/* Native Windows API.  */
 # define DEV_NULL "NUL"
 #else
 /* Unix API.  */