Fix typo.

This commit is contained in:
nekral-guest 2009-04-22 21:33:09 +00:00
parent fe29344b33
commit fef6f9379a

View File

@ -49,7 +49,7 @@ static void *shadow_dup (const void *ent)
return __spw_dup (sp);
}
static void shadow_free (/*@out*//*@only@*/void *ent)
static void shadow_free (/*@out@*//*@only@*/void *ent)
{
struct spwd *sp = ent;