[Midnightbsd-cvs] src [8071] trunk/sys: more comment fixes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 15 18:02:03 EDT 2016


Revision: 8071
          http://svnweb.midnightbsd.org/src/?rev=8071
Author:   laffer1
Date:     2016-09-15 18:02:03 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
more comment fixes

Modified Paths:
--------------
    trunk/sys/dev/isci/scil/scic_io_request.h
    trunk/sys/i386/include/xen/xen-os.h
    trunk/sys/netinet/sctp_input.c

Modified: trunk/sys/dev/isci/scil/scic_io_request.h
===================================================================
--- trunk/sys/dev/isci/scil/scic_io_request.h	2016-09-15 22:01:07 UTC (rev 8070)
+++ trunk/sys/dev/isci/scil/scic_io_request.h	2016-09-15 22:02:03 UTC (rev 8071)
@@ -706,7 +706,7 @@
  * @brief This method will return the address of the device to host register
  *        fis region for the io request object.
  *
- * @param[in] scic_io_request This parameter specifies teh handle to the io
+ * @param[in] scic_io_request This parameter specifies the handle to the io
  *       request object from which to get the device to host register fis
  *       buffer.
  *

Modified: trunk/sys/i386/include/xen/xen-os.h
===================================================================
--- trunk/sys/i386/include/xen/xen-os.h	2016-09-15 22:01:07 UTC (rev 8070)
+++ trunk/sys/i386/include/xen/xen-os.h	2016-09-15 22:02:03 UTC (rev 8071)
@@ -99,7 +99,7 @@
 
 /*
  * STI/CLI equivalents. These basically set and clear the virtual
- * event_enable flag in teh shared_info structure. Note that when
+ * event_enable flag in the shared_info structure. Note that when
  * the enable bit is set, there may be pending events to be handled.
  * We may therefore call into do_hypervisor_callback() directly.
  */

Modified: trunk/sys/netinet/sctp_input.c
===================================================================
--- trunk/sys/netinet/sctp_input.c	2016-09-15 22:01:07 UTC (rev 8070)
+++ trunk/sys/netinet/sctp_input.c	2016-09-15 22:02:03 UTC (rev 8071)
@@ -3160,7 +3160,7 @@
 {
 	/*
 	 * Here we get a CWR from the peer. We must look in the outqueue and
-	 * make sure that we have a covered ECNE in teh control chunk part.
+	 * make sure that we have a covered ECNE in the control chunk part.
 	 * If so remove it.
 	 */
 	struct sctp_tmit_chunk *chk;



More information about the Midnightbsd-cvs mailing list