This commit is contained in:
Markus Armbruster 2006-06-14 18:14:40 +00:00
parent bb2a725b0d
commit 15a1a06101
3 changed files with 2 additions and 4 deletions

View file

@ -37,7 +37,7 @@
#include "match.h"
/*
* Find NEEDLE in array HAYSTACK[], return its index.
* Find element named NEEDLE in array HAYSTACK[], return its index.
* Return M_NOTFOUND if there are no matches, M_NOTUNIQUE if there are
* several.
* Each array element has a pointer to its name stored at offset OFFS.