Fix a comment.

Change-Id: I6e85f4abdc41ac01296b276f6b394376e75abe47
Reviewed-on: https://code.wireshark.org/review/7746
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-03-18 17:30:12 -07:00
parent 1fdfee69d6
commit c691af8737
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ capture_dev_get_if_int_property(const gchar *pref, const gchar *if_name)
property_string = capture_dev_get_if_property(pref, if_name);
if (property_string == NULL) {
/* No link-layer type found for this interface. */
/* No property found for this interface. */
return -1;
}
property = strtol(property_string, &next, 10);