Hi Paul,

Paul Eggert wrote:
>  /* Try to restore priv to the effective set.
>     Returns 0 if priv was re-added to the effective set (after being prviously
> -   removed by a call to priv_set_remove) or if priv was already in the
> -   effective set.
> +   removed by a call to priv_set_remove).

There is a tiny typo here, which I'm fixing:


2010-08-24  Bruno Haible  <br...@clisp.org>

        priv-set: fix comment
        * lib/priv-set.c (priv_set_restore): Fix typo in comment.

--- lib/priv-set.c.orig Tue Aug 24 09:36:46 2010
+++ lib/priv-set.c      Tue Aug 24 09:36:31 2010
@@ -109,7 +109,7 @@
 
 
 /* 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

Reply via email to