spelling: specifiy -> specify

A spelling error correction.  No functional change.

Reviewed by:	alc
Differential Revision:	https://reviews.freebsd.org/D45667
This commit is contained in:
Doug Moore 2024-06-22 00:49:40 -05:00
parent b1cd308b37
commit 10d8f95395

View file

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