bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] priv-set: fix comments


From: Bruno Haible
Subject: Re: [PATCH] priv-set: fix comments
Date: Tue, 24 Aug 2010 09:42:06 +0200
User-agent: KMail/1.9.9

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  <address@hidden>

        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

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