summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-08 14:39:16 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-08 14:45:41 -0800
commita86ab183d92d794a951cefdf95718b46d5f4441e (patch)
tree52193f5effb7f42f82c55e86a841120261a1ba89 /lib
parent595d69494cad1880e9b7e995d52b4374d7fa48f3 (diff)
downloadgnulib-a86ab183d92d794a951cefdf95718b46d5f4441e.tar.gz
savedir: fix comment typo
* lib/savedir.c (savedirstream): Fix typo in comment.
Diffstat (limited to 'lib')
-rw-r--r--lib/savedir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/savedir.c b/lib/savedir.c
index 8155fe9254..95dc6c672a 100644
--- a/lib/savedir.c
+++ b/lib/savedir.c
@@ -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)