git: d19851f00286 - main - subr_pctrie: add a word to a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jun 2024 20:28:59 UTC
The branch main has been updated by dougm:
URL: https://cgit.FreeBSD.org/src/commit/?id=d19851f002862a5510bf31fae4083fab979258be
commit d19851f002862a5510bf31fae4083fab979258be
Author: Doug Moore <dougm@FreeBSD.org>
AuthorDate: 2024-06-13 20:28:15 +0000
Commit: Doug Moore <dougm@FreeBSD.org>
CommitDate: 2024-06-13 20:28:15 +0000
subr_pctrie: add a word to a comment
No functional changes.
Reported by: alc
---
sys/kern/subr_pctrie.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/kern/subr_pctrie.c b/sys/kern/subr_pctrie.c
index 347c2bffd503..6949e3de99bf 100644
--- a/sys/kern/subr_pctrie.c
+++ b/sys/kern/subr_pctrie.c
@@ -802,7 +802,7 @@ pctrie_remove_lookup(struct pctrie *ptree, uint64_t index,
* Walk the subtrie rooted at *pnode in order, invoking callback on leaves and
* using the leftmost child pointer for path reversal, until an interior node
* is stripped of all children, and returned for deallocation, with *pnode left
- * pointing the parent of that node.
+ * pointing to the parent of that node.
*/
static __always_inline struct pctrie_node *
pctrie_reclaim_prune(struct pctrie_node **pnode, struct pctrie_node *parent,