diff options
author | cperciva <cperciva@FreeBSD.org> | 2013-07-05 23:40:08 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2013-07-05 23:40:08 +0000 |
commit | c6a6dc71e90012e4be1c261a84301910796ee2d0 (patch) | |
tree | 0331aab74e6471f4382236eaa26ef210411926fc /sys/net/if_var.h | |
parent | f98492d5e216ae4340ac038c07cefbc31dd7a6c9 (diff) | |
download | FreeBSD-src-c6a6dc71e90012e4be1c261a84301910796ee2d0.zip FreeBSD-src-c6a6dc71e90012e4be1c261a84301910796ee2d0.tar.gz |
Fix typo: minmum -> minimum.
Submitted by: @z3ndrag0n
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r-- | sys/net/if_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 3babc22..3288a4f 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -204,7 +204,7 @@ struct ifnet { u_int if_fib; /* interface FIB */ u_char if_alloctype; /* if_type at time of allocation */ - u_int if_hw_tsomax; /* tso burst length limit, the minmum + u_int if_hw_tsomax; /* tso burst length limit, the minimum * is (IP_MAXPACKET / 8). * XXXAO: Have to find a better place * for it eventually. */ |