priv-set: fix comment
authorBruno Haible <bruno@clisp.org>
Tue, 24 Aug 2010 07:37:58 +0000 (09:37 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 24 Aug 2010 07:37:58 +0000 (09:37 +0200)
ChangeLog
lib/priv-set.c

index 90e0d3d..298b537 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-24  Bruno Haible  <bruno@clisp.org>
+
+       priv-set: fix comment
+       * lib/priv-set.c (priv_set_restore): Fix typo in comment.
+
 2010-08-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        priv-set: fix comments
index 17a3e31..a36d57a 100644 (file)
@@ -109,7 +109,7 @@ priv_set_remove (const char *priv)
 
 
 /* Try to restore priv to the effective set.
-   Returns 0 if priv was re-added to the effective set (after being prviously
+   Returns 0 if priv was re-added to the effective set (after being previously
    removed by a call to priv_set_remove).
    Returns -1 on error with errno set appropriately.  */
 int