diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-14 04:52:16 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-14 04:52:16 +0000 |
commit | cb8faf3e7df1e81f95dc5e59c89c5ad19f6154c2 (patch) | |
tree | 367f2ad8349e04f016023b1c9fcf7bcf820fad28 /sys/netpfil/ipfw | |
parent | 849dae7fa21980ba4d737a6c42873d79db2a58ec (diff) | |
download | FreeBSD-src-cb8faf3e7df1e81f95dc5e59c89c5ad19f6154c2.zip FreeBSD-src-cb8faf3e7df1e81f95dc5e59c89c5ad19f6154c2.tar.gz |
MFC r313356:
Fix typos in comments (returing -> returning)
Diffstat (limited to 'sys/netpfil/ipfw')
-rw-r--r-- | sys/netpfil/ipfw/dn_heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/dn_heap.h b/sys/netpfil/ipfw/dn_heap.h index cb6e03e..bbc11c1 100644 --- a/sys/netpfil/ipfw/dn_heap.h +++ b/sys/netpfil/ipfw/dn_heap.h @@ -85,7 +85,7 @@ enum { * HEAP_TOP() returns a pointer to the top element of the heap, * but makes no checks on its existence (XXX should we change ?) * - * heap_extract() removes the entry at the top, returing the pointer. + * heap_extract() removes the entry at the top, returning the pointer. * (the key should have been read before). * * heap_scan() invokes a callback on each entry of the heap. |