diff options
Diffstat (limited to 'bin/pax/cache.c')
-rw-r--r-- | bin/pax/cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 28bb895..840d850 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -170,7 +170,7 @@ grptb_start(void) * caches the name (if any) for the uid. If frc set, we always return the * the stored name (if valid or invalid match). We use a simple hash table. * Return - * Pointer to stored name (or a empty string) + * Pointer to stored name (or an empty string). */ char * @@ -241,7 +241,7 @@ name_uid(uid_t uid, int frc) * caches the name (if any) for the gid. If frc set, we always return the * the stored name (if valid or invalid match). We use a simple hash table. * Return - * Pointer to stored name (or a empty string) + * Pointer to stored name (or an empty string). */ char * |