summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-05-27 20:50:23 +0000
committerrwatson <rwatson@FreeBSD.org>2007-05-27 20:50:23 +0000
commit79a2e408120d207be00a63c991d92c31c218bfeb (patch)
tree4ad0993af23bf202075ced65c39036f20bdb7a9f /sys/netgraph/ng_base.c
parent77a43d515bcd5757449b87b16f050746afb219d2 (diff)
downloadFreeBSD-src-79a2e408120d207be00a63c991d92c31c218bfeb.zip
FreeBSD-src-79a2e408120d207be00a63c991d92c31c218bfeb.tar.gz
Universally adopt most conventional spelling of acquire.
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index cf774ac..0fe31f9 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -848,7 +848,8 @@ ng_name_node(node_p node, const char *name)
*
* Returns the node if found, else NULL.
* Eventually should add something faster than a sequential search.
- * Note it aquires a reference on the node so you can be sure it's still there.
+ * Note it acquires a reference on the node so you can be sure it's still
+ * there.
*/
node_p
ng_name2noderef(node_p here, const char *name)
OpenPOWER on IntegriCloud