Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2024 05:51:09 GMT
From:      Doug Moore <dougm@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 10d8f953952b - main - spelling: specifiy -> specify
Message-ID:  <202406220551.45M5p9ms012341@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406220551.45M5p9ms012341>