diff options
-rw-r--r-- | sys/amd64/include/vmparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index 91a62ed..6dc7560 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -79,7 +79,7 @@ #define MAXSLP 20 /* - * We provide a machine specific single page allocator through the tuse + * We provide a machine specific single page allocator through the use * of the direct mapped segment. This uses 2MB pages for reduced * TLB pressure. */ |