vm: 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:52:32 +02:00
parent 565405095b
commit 860740ae0f

View file

@ -144,7 +144,7 @@ struct vm_reserv;
typedef struct vm_reserv *vm_reserv_t;
/*
* Information passed from the machine-independant VM initialization code
* Information passed from the machine-independent VM initialization code
* for use by machine-dependant code (mainly for MMU support)
*/
struct kva_md_info {