diff options
author | Guy Harris <gharris@sonic.net> | 2022-02-19 23:16:21 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2022-02-19 23:16:21 -0800 |
commit | 3f575acd1595c9c3ce7ca3937bc6cc512ce975b5 (patch) | |
tree | de50493e063e351208a424dad85f9df7c027fd12 /pcap-linux.c | |
parent | 6aae7ec1c038beddd709f15b1045ff11e6f2649a (diff) |
linux: fix a comment. [skip ci]
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 2bed1bdb..701112c2 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -4776,10 +4776,10 @@ iface_set_all_ts_types(pcap_t *handle, char *ebuf) return 0; } -#ifdef ETHTOOL_GET_TS_INFO /* - * Get a list of time stamping capabilities. + * Get a list of time stamp types. */ +#ifdef ETHTOOL_GET_TS_INFO static int iface_get_ts_types(const char *device, pcap_t *handle, char *ebuf) { |