twe(4): Fix a common typo in a source code comment

- s/independant/independent/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-06-05 09:55:25 +02:00
parent d3e0919b56
commit 508a46c745

View file

@ -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.
*/