diff options
author | 2010-11-19 22:36:11 +0000 | |
---|---|---|
committer | 2010-11-19 22:36:11 +0000 | |
commit | 2244fdc11a0a8ea3e2ff53fa732cc62383efff78 (patch) | |
tree | cc32ab5af2d7722b19ede65ef20d9b230a7e557c | |
parent | miscellanous->miscellaneous (diff) | |
download | wireguard-openbsd-2244fdc11a0a8ea3e2ff53fa732cc62383efff78.tar.xz wireguard-openbsd-2244fdc11a0a8ea3e2ff53fa732cc62383efff78.zip |
typo; from ilya a. kovalenko <shadow () oganer ! net>
-rw-r--r-- | sys/altq/altq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/altq/altq.h b/sys/altq/altq.h index 96c575de5d0..b1ac3f85f52 100644 --- a/sys/altq/altq.h +++ b/sys/altq/altq.h @@ -1,4 +1,4 @@ -/* $OpenBSD: altq.h,v 1.6 2003/04/03 05:11:28 kjc Exp $ */ +/* $OpenBSD: altq.h,v 1.7 2010/11/19 22:36:11 mikeb Exp $ */ /* $KAME: altq.h,v 1.6 2000/12/14 08:12:45 thorpej Exp $ */ /* @@ -45,7 +45,7 @@ #define ALTQT_PRIQ 11 /* priority queue */ #define ALTQT_MAX 12 /* should be max discipline type + 1 */ -/* simple token backet meter profile */ +/* simple token bucket meter profile */ struct tb_profile { u_int rate; /* rate in bit-per-sec */ u_int depth; /* depth in bytes */ |