Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 12:10:28 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: a37c6fcc46ca - main - mpt(4): Fix a typo in a source code comment
Message-ID:  <202204091210.239CASwB019960@gitrepo.freebsd.org>

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

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

commit a37c6fcc46caffc15f0f22a7e4afce9192872c1a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:10:05 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 12:10:05 +0000

    mpt(4): Fix a typo in a source code comment
    
    - s/proccessor/processor/
    
    MFC after:      3 days
---
 sys/dev/mpt/mpt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h
index 52cd3dda827e..3231d30d0c61 100644
--- a/sys/dev/mpt/mpt.h
+++ b/sys/dev/mpt/mpt.h
@@ -805,7 +805,7 @@ mpt_read(struct mpt_softc *mpt, int offset)
 }
 
 /*
- * Some operations (e.g. diagnostic register writes while the ARM proccessor
+ * Some operations (e.g. diagnostic register writes while the ARM processor
  * is disabled), must be performed using "PCI pio" operations.  On non-PCI
  * buses, these operations likely map to normal register accesses.
  */



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