git: a37c6fcc46ca - main - mpt(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 12:10:28 UTC
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. */