defs.h: fix ethernet_protocols comment

Starting with commit v4.22~109, sorted xlat tables are terminated
with XLAT_END.

* defs.h (ethernet_protocols): Remove the "unterminated" part from
description.
This commit is contained in:
Eugene Syromyatnikov 2018-05-07 07:28:54 +02:00 committed by Dmitry V. Levin
parent 701ae0b878
commit 0f001dee00

2
defs.h
View File

@ -288,7 +288,7 @@ extern const struct xlat at_flags[];
extern const struct xlat clocknames[];
extern const struct xlat dirent_types[];
/** Ethernet protocols list, sorted and unterminated, defined in sockaddr.c. */
/** Ethernet protocols list, sorted, defined in sockaddr.c. */
extern const struct xlat ethernet_protocols[];
/** Ethernet protocols array size without terminating record. */
extern const size_t ethernet_protocols_size;