priv-set: fix comment
authorBruno Haible <bruno@clisp.org>
Tue, 24 Aug 2010 07:37:58 +0000 (09:37 +0200)
committerIan Beckwith <ianb@erislabs.net>
Sun, 29 Aug 2010 16:20:55 +0000 (17:20 +0100)
(cherry picked from commit a9ec89b0052cd2e2307e70ed861754ddc2f099ca)

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