s/convience/convenience/ in comment.

This commit is contained in:
msaitoh 2021-12-05 04:28:53 +00:00
parent a77b20078e
commit ca40522ac5
3 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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_ ( \

View File

@ -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.