ifconfig(8): Fix two typos in source code comments

- s/the the/the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-04-20 14:01:23 +02:00
parent bbef63ec27
commit 68b9eb9185

View file

@ -2784,7 +2784,7 @@ printvhtcap(if_ctx *ctx, const char *tag, const u_int8_t *ie)
const struct ieee80211_vht_cap *vhtcap;
uint32_t vhtcap_info;
/* Check that the the right size. */
/* Check that the right size. */
if (ie[1] != sizeof(*vhtcap)) {
printf("<err: vht_cap inval. length>");
return;
@ -2814,7 +2814,7 @@ printvhtinfo(if_ctx *ctx, const char *tag, const u_int8_t *ie)
if (ctx->args->verbose) {
const struct ieee80211_vht_operation *vhtinfo;
/* Check that the the right size. */
/* Check that the right size. */
if (ie[1] != sizeof(*vhtinfo)) {
printf("<err: vht_operation inval. length>");
return;