From: Ian Darwin Date: Thu, 1 Jun 2006 18:51:08 +0000 (+0000) Subject: clarify comment X-Git-Tag: FILE4_18~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02f62a9c10f84bd58cf7de8cd65ec7907dd5a059;p=file clarify comment --- diff --git a/src/softmagic.c b/src/softmagic.c index d002ce9c..b53fe65e 100644 --- a/src/softmagic.c +++ b/src/softmagic.c @@ -39,7 +39,7 @@ #ifndef lint -FILE_RCSID("@(#)$Id: softmagic.c,v 1.79 2006/05/03 15:18:30 christos Exp $") +FILE_RCSID("@(#)$Id: softmagic.c,v 1.80 2006/06/01 18:51:08 ian Exp $") #endif /* lint */ private int match(struct magic_set *, struct magic *, uint32_t, @@ -56,8 +56,7 @@ private int check_mem(struct magic_set *, unsigned int); private int print_sep(struct magic_set *, int); /* - * softmagic - lookup one file in database - * (already read from MAGIC by apprentice.c). + * softmagic - lookup one file in parsed, in-memory copy of database * Passed the name and FILE * of one file to be typed. */ /*ARGSUSED1*/ /* nbytes passed for regularity, maybe need later */