Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 12:09:38 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d2747968c068 - main - bhnd(4): Remove a double word in a source code comment
Message-ID:  <202404201209.43KC9cBa069520@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=d2747968c068b8cfc890901f4955037bad7adb9a

commit d2747968c068b8cfc890901f4955037bad7adb9a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-20 12:09:18 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-20 12:09:18 +0000

    bhnd(4): Remove a double word in a source code comment
    
    - s/of of/of/
    
    MFC after:      3 days
---
 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 cdb92551e887..5467bcbaac20 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.
  */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404201209.43KC9cBa069520>