Re: [PATCH] priv-set: fix comments

2010-08-24 Thread Bruno Haible
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).

[PATCH] priv-set: fix comments

2010-08-23 Thread Paul Eggert
* lib/priv-set.c (priv_set_remove, priv_set_restore): Fix comments to match code, as suggested by David Bartley in: http://lists.gnu.org/archive/html/bug-tar/2010-08/msg00018.html --- ChangeLog |7 +++ lib/priv-set.c |5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff