1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

report: update comment for _is_same_field fn

This commit is contained in:
Peter Rajnoha 2015-08-03 16:47:02 +02:00
parent a5b476a7d3
commit 71dbe47619

View File

@ -845,9 +845,10 @@ static int _get_canonical_field_name(const char *field,
} }
/* /*
* Compare name1 against name2 or prefix plus name2 * Compare canonical_name1 against canonical_name2 or prefix
* name2 is not necessarily null-terminated. * plus canonical_name2. Canonical name is a name where all
* len2 is the length of name2. * superfluous characters are removed (underscores for now).
* Both names are always null-terminated.
*/ */
static int _is_same_field(const char *canonical_name1, const char *canonical_name2, static int _is_same_field(const char *canonical_name1, const char *canonical_name2,
const char *prefix) const char *prefix)