From 2f5e4a3a19fdddde45b4f05698f412dae9560a67 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 3 Sep 2022 15:34:27 +0200 Subject: [PATCH] malo(4): Fix a typo in asource code comment - s/overriden/overridden/ (cherry picked from commit b55a0762fc6336b309a8f9986b8af7512516a48c) --- sys/dev/malo/if_malohal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/malo/if_malohal.h b/sys/dev/malo/if_malohal.h index b608eaba2ab..8322f18ef73 100644 --- a/sys/dev/malo/if_malohal.h +++ b/sys/dev/malo/if_malohal.h @@ -48,7 +48,7 @@ /* * Calibration data builtin to the firmware. The firmware image * has a single set of calibration tables that we retrieve right - * after download. This can be overriden by the driver (e.g. for + * after download. This can be overridden by the driver (e.g. for * a different regdomain and/or tx power setup). */ struct malo_hal_caldata {