Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2023 08:46:17 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: cbe88c6f3c47 - main - arm64: Fix a typo in a source code comment
Message-ID:  <202305120846.34C8kHLJ071194@gitrepo.freebsd.org>

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

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

commit cbe88c6f3c47e3d7731b6ec30bfc201970b20602
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-05-12 08:45:46 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-05-12 08:45:46 +0000

    arm64: Fix a typo in a source code comment
    
    - s/inferface/interface/
    
    MFC after: 3 days
---
 sys/arm64/iommu/smmu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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