diff options
Diffstat (limited to 'lib/spawn-pipe.h')
-rw-r--r-- | lib/spawn-pipe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spawn-pipe.h b/lib/spawn-pipe.h index c69f87a..ea8ae8f 100644 --- a/lib/spawn-pipe.h +++ b/lib/spawn-pipe.h @@ -1,5 +1,5 @@ /* Creation of subprocesses, communicating via pipes. - Copyright (C) 2001-2003, 2006, 2008-2011 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2008-2012 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. */ |