bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] savedir: fix misspelling in comment


From: Paul Eggert
Subject: [PATCH] savedir: fix misspelling in comment
Date: Wed, 29 Feb 2012 10:49:22 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1

---
 lib/savedir.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/savedir.c b/lib/savedir.c
index 8155fe9..95dc6c6 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)
-- 
1.7.6.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]