From 0b396f0185c7fc9b9a7bae30aba77e43b6725ce8 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 20 Apr 2024 14:09:18 +0200 Subject: [PATCH] bhnd(4): Remove a double word in a source code comment - s/of of/of/ (cherry picked from commit d2747968c068b8cfc890901f4955037bad7adb9a) --- sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c index cdb92551e88..5467bcbaac2 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c @@ -56,7 +56,7 @@ * The Broadcom NVRAM NUL-delimited ASCII format is used by most * Broadcom SoCs. * - * The NVRAM data is encoded as a stream of of NUL-terminated 'key=value' + * The NVRAM data is encoded as a stream of NUL-terminated 'key=value' * strings; the end of the stream is denoted by a single extra NUL character. */