aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-27 16:50:45 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-03-28 17:31:50 +0000
commit79438267b3ae4fcf5bdefdee60d4f19defcd5ff1 (patch)
tree6196bb544362827f90b32e8f8f9149dba2db3164 /sys/netgraph
parenta216b9c2e0bb789a9ce438564b699508a432960a (diff)
downloadsrc-79438267b3ae4fcf5bdefdee60d4f19defcd5ff1.tar.gz
src-79438267b3ae4fcf5bdefdee60d4f19defcd5ff1.zip
netgraph(3): Fix a typo in a source code comment
- s/failes/fails/ MFC after: 3 days
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/atm/ngatmbase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c
index 85409b35e4bd..785bbef26580 100644
--- a/sys/netgraph/atm/ngatmbase.c
+++ b/sys/netgraph/atm/ngatmbase.c
@@ -83,7 +83,7 @@ uni_msg_init(void)
/*
* Ensure, that the message can be extended by at least s bytes.
- * Re-allocate the message (not the header). If that failes,
+ * Re-allocate the message (not the header). If that fails,
* free the entire message and return ENOMEM. Free space at the start of
* the message is retained.
*/