strtoumax: fix typo in previous commit.
[gnulib.git] / lib / pclose.c
index b186ec4..40c019f 100644 (file)
@@ -1,5 +1,5 @@
 /* Close a stream to a sub-process.
-   Copyright (C) 2011-2012 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 /* Specification.  */
 #include <stdio.h>
 
-/* Native Woe32 API.  */
+/* Native Windows API.  */
 
 int
 pclose (FILE *stream)