aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-05-12 08:45:46 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-05-12 08:45:46 +0000
commitcbe88c6f3c47e3d7731b6ec30bfc201970b20602 (patch)
treeecd9cdcea8235d0fe93f006e82ceec284fc71c5e
parentb67f0d360b87d6e8a71ab5118a8acb350505c20a (diff)
downloadsrc-cbe88c6f3c47e3d7731b6ec30bfc201970b20602.tar.gz
src-cbe88c6f3c47e3d7731b6ec30bfc201970b20602.zip
arm64: Fix a typo in a source code comment
- s/inferface/interface/ MFC after: 3 days
-rw-r--r--sys/arm64/iommu/smmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/iommu/smmu.c b/sys/arm64/iommu/smmu.c
index bd9889ede2d0..3316321bc41b 100644
--- a/sys/arm64/iommu/smmu.c
+++ b/sys/arm64/iommu/smmu.c
@@ -65,7 +65,7 @@
* Queues.
*
* Register interface and Memory-based circular buffer queues are used
- * to inferface SMMU.
+ * to interface SMMU.
*
* These are a Command queue for commands to send to the SMMU and an Event
* queue for event/fault reports from the SMMU. Optionally PRI queue is