Author: gahr (ports committer)
Date: Wed Feb 26 12:38:21 2020
New Revision: 358329
URL: https://svnweb.freebsd.org/changeset/base/358329

Log:
  Trim trailing white space in comment
  
  Approved by:  cognet

Modified:
  head/sys/sys/queue.h

Modified: head/sys/sys/queue.h
==============================================================================
--- head/sys/sys/queue.h        Wed Feb 26 11:50:24 2020        (r358328)
+++ head/sys/sys/queue.h        Wed Feb 26 12:38:21 2020        (r358329)
@@ -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.
  */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to