]> granicus.if.org Git - strace/commitdiff
defs.h: fix ethernet_protocols comment
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 7 May 2018 05:28:54 +0000 (07:28 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 8 May 2018 20:59:20 +0000 (20:59 +0000)
Starting with commit v4.22~109, sorted xlat tables are terminated
with XLAT_END.

* defs.h (ethernet_protocols): Remove the "unterminated" part from
description.

defs.h

diff --git a/defs.h b/defs.h
index 5116fc2179fbb1e7b0bb6fed0818fbce9da20c39..86073a8a6d45f40c08c877536623f90db03d8b8e 100644 (file)
--- 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;