aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 12:10:05 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 12:10:05 +0000
commita37c6fcc46caffc15f0f22a7e4afce9192872c1a (patch)
treee63c5f9ec3e4298b03d116b0c49d1c626e63432d
parent38dd27d21e6ca83a5afdb20a393ceea55bb34bb3 (diff)
downloadsrc-a37c6fcc46caffc15f0f22a7e4afce9192872c1a.tar.gz
src-a37c6fcc46caffc15f0f22a7e4afce9192872c1a.zip
mpt(4): Fix a typo in a source code comment
- s/proccessor/processor/ MFC after: 3 days
-rw-r--r--sys/dev/mpt/mpt.h2
1 files changed, 1 insertions, 1 deletions
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.
*/