mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Typo in comment spotted by Hasso Tepper.
Obtained from: DragonFlyBSD
This commit is contained in:
parent
f5a3ef99c2
commit
6944dcc57a
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ static const char copyright[] =
|
|||
#ifdef __IDSTRING
|
||||
__IDSTRING(Berkeley, "@(#)unifdef.c 8.1 (Berkeley) 6/6/93");
|
||||
__IDSTRING(NetBSD, "$NetBSD: unifdef.c,v 1.8 2000/07/03 02:51:36 matt Exp $");
|
||||
__IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.177 2008/02/29 13:17:37 fanf2 Exp $");
|
||||
__IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.178 2008/03/02 22:23:32 fanf2 Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
#ifdef __FBSDID
|
||||
|
|
@ -910,7 +910,7 @@ skipsym(const char *cp)
|
|||
}
|
||||
|
||||
/*
|
||||
* Look for the symbol in the symbol table. If is is found, we return
|
||||
* Look for the symbol in the symbol table. If it is found, we return
|
||||
* the symbol table index, else we return -1.
|
||||
*/
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue