aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/queue.h
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2020-02-26 12:38:21 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2020-02-26 12:38:21 +0000
commitd985858aa6df49248d2beb806a788dd5cdde0ca2 (patch)
tree9856f3821455949f8c63419b4d8723982f21c83e /sys/sys/queue.h
parent249ecb633852cb5b21b3a208059c34c0d15728ca (diff)
downloadsrc-d985858aa6df49248d2beb806a788dd5cdde0ca2.tar.gz
src-d985858aa6df49248d2beb806a788dd5cdde0ca2.zip
Trim trailing white space in comment
Approved by: cognet
Notes
Notes: svn path=/head/; revision=358329
Diffstat (limited to 'sys/sys/queue.h')
-rw-r--r--sys/sys/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/queue.h b/sys/sys/queue.h
index 3d28a6c92454..c0060cbbf6bf 100644
--- a/sys/sys/queue.h
+++ b/sys/sys/queue.h
@@ -817,7 +817,7 @@ struct { \
/*
* The FAST function is fast in that it causes no data access other
* then the access to the head. The standard LAST function above
- * will cause a data access of both the element you want and
+ * will cause a data access of both the element you want and
* the previous element. FAST is very useful for instances when
* you may want to prefetch the last data element.
*/