Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2022 05:42:49 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: 2f5e4a3a19fd - stable/13 - malo(4): Fix a typo in asource code comment
Message-ID:  <202209060542.2865gndo013967@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit 2f5e4a3a19fdddde45b4f05698f412dae9560a67
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:34:27 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:42:05 +0000

    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 b608eaba2abd..8322f18ef739 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 {



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