Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 07:47:19 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 442d1ee07efc - stable/12 - uath(4): Fix a typo in a source code comment
Message-ID:  <202402250747.41P7lJwG074564@gitrepo.freebsd.org>

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

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

commit 442d1ee07efc4f5a1995429abec242439ac2d035
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-02-22 15:55:51 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-02-25 07:46:00 +0000

    uath(4): Fix a typo in a source code comment
    
    - s/parmeter/parameter/
    
    (cherry picked from commit 5a476e64b543dc63fae7fcd243dc066dced31c3b)
---
 sys/dev/usb/wlan/if_uathreg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/usb/wlan/if_uathreg.h b/sys/dev/usb/wlan/if_uathreg.h
index 1e7929bc7e8f..71abdcf5b91f 100644
--- a/sys/dev/usb/wlan/if_uathreg.h
+++ b/sys/dev/usb/wlan/if_uathreg.h
@@ -51,7 +51,7 @@ struct uath_fwblock {
  *    parameter 2
  *       ...
  *
- * A variable-length parameter, or a parmeter that is larger than
+ * A variable-length parameter, or a parameter that is larger than
  * 32 bits is passed as <length, data> pair, where length is a
  * 32-bit quantity and data is padded to 32 bits.
  */



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