Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 04:28:53 UTC 2021

Modified Files:
        src/sys/arch/amiga/dev: grfabs_reg.h
        src/sys/dev/raidframe: rf_dag.h
        src/sys/netinet: sctp_header.h

Log Message:
s/convience/convenience/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amiga/dev/grfabs_reg.h
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/raidframe/rf_dag.h
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/sctp_header.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/dev/grfabs_reg.h
diff -u src/sys/arch/amiga/dev/grfabs_reg.h:1.9 src/sys/arch/amiga/dev/grfabs_reg.h:1.10
--- src/sys/arch/amiga/dev/grfabs_reg.h:1.9	Sun Dec 11 12:16:28 2005
+++ src/sys/arch/amiga/dev/grfabs_reg.h	Sun Dec  5 04:28:53 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: grfabs_reg.h,v 1.9 2005/12/11 12:16:28 christos Exp $	*/
+/*	$NetBSD: grfabs_reg.h,v 1.10 2021/12/05 04:28:53 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -84,7 +84,7 @@ extern struct monitor_list *monitors;
  * If you do not mimic everyone else exactly problems will appear.
  * If you need a template look at alloc_bitmap() in grf_cc.c.
  *
- * WARNING: the plane array is only for convience, all data for bitplanes
+ * WARNING: the plane array is only for convenience, all data for bitplanes
  *	MUST be contiguous.  This is for mapping purposes.  The reason
  *	for the plane pointers and row_mod is to support interleaving
  *	on monitors that wish to support this.

Index: src/sys/dev/raidframe/rf_dag.h
diff -u src/sys/dev/raidframe/rf_dag.h:1.21 src/sys/dev/raidframe/rf_dag.h:1.22
--- src/sys/dev/raidframe/rf_dag.h:1.21	Fri Jun 19 19:29:39 2020
+++ src/sys/dev/raidframe/rf_dag.h	Sun Dec  5 04:28:53 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: rf_dag.h,v 1.21 2020/06/19 19:29:39 jdolecek Exp $	*/
+/*	$NetBSD: rf_dag.h,v 1.22 2021/12/05 04:28:53 msaitoh Exp $	*/
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -196,7 +196,7 @@ struct RF_DagList_s {
 	struct RF_DagList_s *next;     /* next DagList, if any */
 };
 
-/* convience macro for declaring a create dag function */
+/* convenience macro for declaring a create dag function */
 
 #define RF_CREATE_DAG_FUNC_DECL(_name_) \
 void _name_ ( \

Index: src/sys/netinet/sctp_header.h
diff -u src/sys/netinet/sctp_header.h:1.2 src/sys/netinet/sctp_header.h:1.3
--- src/sys/netinet/sctp_header.h:1.2	Tue Jun 27 11:55:07 2017
+++ src/sys/netinet/sctp_header.h	Sun Dec  5 04:28:53 2021
@@ -1,5 +1,5 @@
 /*	$KAME: sctp_header.h,v 1.14 2005/03/06 16:04:17 itojun Exp $	*/
-/*	$NetBSD: sctp_header.h,v 1.2 2017/06/27 11:55:07 rjs Exp $ */
+/*	$NetBSD: sctp_header.h,v 1.3 2021/12/05 04:28:53 msaitoh Exp $ */
 
 #ifndef __SCTP_HEADER_H__
 #define __SCTP_HEADER_H__
@@ -420,7 +420,7 @@ struct sctp_stream_reset_response {
 	u_int16_t list_of_streams[0];   /* if not all list of streams */
 } __packed;
 
-/* convience structures, note that if you
+/* convenience structures, note that if you
  * are making a request for specific streams
  * then the request will need to be an overlay
  * structure.

Reply via email to