aboutsummaryrefslogtreecommitdiff
path: root/sys/net/altq/altq_hfsc.h
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-27 03:23:21 +0000
commitcaa7e52f3f525b75d87fca7e612933377699fd59 (patch)
tree1d42947b9cc1a6c4a630c506774eeb2745899745 /sys/net/altq/altq_hfsc.h
parentdae3a64fb967bbff627efc2e8cdd127c6b93d902 (diff)
downloadsrc-caa7e52f3f525b75d87fca7e612933377699fd59.tar.gz
src-caa7e52f3f525b75d87fca7e612933377699fd59.zip
kernel: Fix several typos and minor errors
- duplicate words - typos - references to old versions of FreeBSD Reviewed by: imp, benno
Notes
Notes: svn path=/head/; revision=327231
Diffstat (limited to 'sys/net/altq/altq_hfsc.h')
-rw-r--r--sys/net/altq/altq_hfsc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/altq/altq_hfsc.h b/sys/net/altq/altq_hfsc.h
index de5e89b8dd9e..0a9fcf955f4a 100644
--- a/sys/net/altq/altq_hfsc.h
+++ b/sys/net/altq/altq_hfsc.h
@@ -192,7 +192,7 @@ struct hfsc_class_stats {
* representation.
* the slope values are scaled to avoid overflow.
* the inverse slope values as well as the y-projection of the 1st
- * segment are kept in order to to avoid 64-bit divide operations
+ * segment are kept in order to avoid 64-bit divide operations
* that are expensive on 32-bit architectures.
*
* note: Intel Pentium TSC never wraps around in several thousands of years.