pseudofs: fix typo in comment

Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
Differential revision:	https://reviews.freebsd.org/D50669
This commit is contained in:
Konstantin Belousov
2025-06-04 01:50:27 +03:00
parent 46fce00084
commit b63f298b1f
+1 -1
View File
@@ -155,7 +155,7 @@ pfs_add_node(struct pfs_node *parent, struct pfs_node *pn)
}
/*
* Detach a node from its aprent
* Detach a node from its parent
*/
static void
pfs_detach_node(struct pfs_node *pn)