From: Eugene Syromyatnikov Date: Mon, 7 May 2018 05:28:54 +0000 (+0200) Subject: defs.h: fix ethernet_protocols comment X-Git-Tag: v4.23~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f001dee0009769bb67a66f3d91fb978577ac1aa;p=strace 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. --- diff --git a/defs.h b/defs.h index 5116fc21..86073a8a 100644 --- a/defs.h +++ b/defs.h @@ -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;