svn commit: r358329 - head/sys/sys

Pietro Cerutti gahr at FreeBSD.org
Wed Feb 26 12:38:23 UTC 2020


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


More information about the svn-src-head mailing list