git: 10d8f953952b - main - spelling: specifiy -> specify

From: Doug Moore <dougm_at_FreeBSD.org>
Date: Sat, 22 Jun 2024 05:51:09 UTC
The branch main has been updated by dougm:

URL: https://cgit.FreeBSD.org/src/commit/?id=10d8f953952b9967f8b3655cedf0b7e295514eda

commit 10d8f953952b9967f8b3655cedf0b7e295514eda
Author:     Doug Moore <dougm@FreeBSD.org>
AuthorDate: 2024-06-22 05:49:40 +0000
Commit:     Doug Moore <dougm@FreeBSD.org>
CommitDate: 2024-06-22 05:49:40 +0000

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