Trim trailing white space in comment

Approved by:	cognet
This commit is contained in:
Pietro Cerutti 2020-02-26 12:38:21 +00:00
parent 249ecb6338
commit d985858aa6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358329

View File

@ -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.
*/