git: 36fb2e26f61b - stable/13 - arm64: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 May 2023 06:16:27 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=36fb2e26f61b0e7928191c92d7fa4e97d1d3c5f6 commit 36fb2e26f61b0e7928191c92d7fa4e97d1d3c5f6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-05-12 08:45:46 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-05-15 06:16:16 +0000 arm64: Fix a typo in a source code comment - s/inferface/interface/ (cherry picked from commit cbe88c6f3c47e3d7731b6ec30bfc201970b20602) --- 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 9df6bcfc4351..e3b7a14e705f 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