X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fspawn-pipe.h;h=ea8284f268a2b2561889da8d0ea16d2eaf847e14;hb=a3232e87aa43983f16befedc0b6311ac02aceacb;hp=16b4baa62b3187b4529d193ca83114e0a943f442;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/spawn-pipe.h b/lib/spawn-pipe.h index 16b4baa62..ea8284f26 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-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2008-2013 Free Software Foundation, Inc. Written by Bruno Haible , 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. */