git: 86929782cfab - main - Fix typo in comment

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 20:07:53 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=86929782cfab2664010a31979e9e3c0626721ebb

commit 86929782cfab2664010a31979e9e3c0626721ebb
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-14 20:03:36 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-14 20:07:32 +0000

    Fix typo in comment
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 sys/sys/proc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 1e3d7359a55b..e83f98646451 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -307,7 +307,7 @@ struct thread {
 	struct osd	td_osd;		/* (k) Object specific data. */
 	struct vm_map_entry *td_map_def_user; /* (k) Deferred entries. */
 	pid_t		td_dbg_forked;	/* (c) Child pid for debugger. */
-	struct vnode	*td_vp_reserved;/* (k) Prealloated vnode. */
+	struct vnode	*td_vp_reserved;/* (k) Preallocated vnode. */
 	u_int		td_no_sleeping;	/* (k) Sleeping disabled count. */
 	void		*td_su;		/* (k) FFS SU private */
 	sbintime_t	td_sleeptimo;	/* (t) Sleep timeout. */