Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 07:55:35 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: 508a46c745b3 - main - twe(4): Fix a common typo in a source code comment
Message-ID:  <202206050755.2557tZfD002345@gitrepo.freebsd.org>

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

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

commit 508a46c745b34c1e520b0c00ad3e0b727967f5ae
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-05 07:55:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-05 07:55:25 +0000

    twe(4): Fix a common typo in a source code comment
    
    - s/independant/independent/
    
    MFC after:      3 days
---
 sys/dev/twe/twe_freebsd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/twe/twe_freebsd.c b/sys/dev/twe/twe_freebsd.c
index 5aae9460bad4..89a3940a8aad 100644
--- a/sys/dev/twe/twe_freebsd.c
+++ b/sys/dev/twe/twe_freebsd.c
@@ -916,7 +916,7 @@ twe_free_request(struct twe_request *tr)
  * Map/unmap (tr)'s command and data in the controller's addressable space.
  *
  * These routines ensure that the data which the controller is going to try to
- * access is actually visible to the controller, in a machine-independant 
+ * access is actually visible to the controller, in a machine-independent
  * fashion.  Due to a hardware limitation, I/O buffers must be 512-byte aligned
  * and we take care of that here as well.
  */



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