Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 12:38:22 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358329 - head/sys/sys
Message-ID:  <202002261238.01QCcMfb021489@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002261238.01QCcMfb021489>