s/definitons/definitions/
This commit is contained in:
parent
272cac88dd
commit
ca503f4587
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: grf_rh.c,v 1.59 2021/08/07 16:18:41 thorpej Exp $ */
|
||||
/* $NetBSD: grf_rh.c,v 1.60 2021/08/09 21:13:05 andvar Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Markus Wild
|
||||
|
@ -34,7 +34,7 @@
|
|||
#include "opt_retina.h"
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_rh.c,v 1.59 2021/08/07 16:18:41 thorpej Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: grf_rh.c,v 1.60 2021/08/09 21:13:05 andvar Exp $");
|
||||
|
||||
#include "grfrh.h"
|
||||
#include "ite.h"
|
||||
|
@ -1221,7 +1221,7 @@ unsigned char RZ3StdPalette[16*3] = {
|
|||
* Make sure your maximum width (MW) and height (MH) are even multiples of
|
||||
* the fonts' width and height.
|
||||
*
|
||||
* You may use definitons created by the old DefineMonitor, but you'll get
|
||||
* You may use definitions created by the old DefineMonitor, but you'll get
|
||||
* better results with the new DefineMonitor supplied along with the Retin Z3.
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpuregs.h,v 1.111 2021/05/29 12:35:27 simonb Exp $ */
|
||||
/* $NetBSD: cpuregs.h,v 1.112 2021/08/09 21:13:05 andvar Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Miodrag Vallat.
|
||||
|
@ -273,7 +273,7 @@
|
|||
#define MIPS_SR_INT_ENA_PREV MIPS1_SR_INT_ENA_PREV
|
||||
|
||||
/*
|
||||
* R4000 status register bit definitons,
|
||||
* R4000 status register bit definitions,
|
||||
* where different from r2000/r3000.
|
||||
*/
|
||||
#define MIPS3_SR_XX 0x80000000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: zsvar.h,v 1.12 2008/04/28 20:23:29 martin Exp $ */
|
||||
/* $NetBSD: zsvar.h,v 1.13 2021/08/09 21:13:06 andvar Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Non-exported definitons common to the different attachment
|
||||
* Non-exported definitions common to the different attachment
|
||||
* types for the SCC on the Motorola MVME series of computers.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue