strtoumax: fix typo in previous commit.
[gnulib.git] / lib / savedir.c
index 3e8762a..6d5ed7f 100644 (file)
@@ -1,6 +1,6 @@
 /* savedir.c -- save the list of files in a directory in a string
 
-   Copyright (C) 1990, 1997-2001, 2003-2006, 2009-2011 Free Software
+   Copyright (C) 1990, 1997-2001, 2003-2006, 2009-2013 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -105,7 +105,7 @@ streamsavedir (DIR *dirp)
   return name_space;
 }
 
-/* Like savedirstreamp (DIRP), except also close DIRP.  */
+/* Like streamsavedir (DIRP), except also close DIRP.  */
 
 static char *
 savedirstream (DIR *dirp)