From 10d8f953952b9967f8b3655cedf0b7e295514eda Mon Sep 17 00:00:00 2001 From: Doug Moore Date: Sat, 22 Jun 2024 00:49:40 -0500 Subject: [PATCH] spelling: specifiy -> specify A spelling error correction. No functional change. Reviewed by: alc Differential Revision: https://reviews.freebsd.org/D45667 --- sys/vm/vm_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 8e94c02089ae..e343170eff6a 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -1995,7 +1995,7 @@ vm_page_alloc_domain(vm_object_t object, vm_pindex_t pindex, int domain, /* * Allocate a page in the specified object with the given page index. To - * optimize insertion of the page into the object, the caller must also specifiy + * optimize insertion of the page into the object, the caller must also specify * the resident page in the object with largest index smaller than the given * page index, or NULL if no such page exists. */