Module Name: src Committed By: andvar Date: Sat Jul 20 20:53:53 UTC 2024
Modified Files: src/sys/arch/amiga/dev: grf_rhreg.h src/sys/dev/ic: fmvreg.h Log Message: s/hardwar-cursor/hardware-cursor/, s/hardrare/hardware/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/amiga/dev/grf_rhreg.h cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/fmvreg.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/grf_rhreg.h diff -u src/sys/arch/amiga/dev/grf_rhreg.h:1.17 src/sys/arch/amiga/dev/grf_rhreg.h:1.18 --- src/sys/arch/amiga/dev/grf_rhreg.h:1.17 Tue May 3 20:52:30 2022 +++ src/sys/arch/amiga/dev/grf_rhreg.h Sat Jul 20 20:53:53 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: grf_rhreg.h,v 1.17 2022/05/03 20:52:30 andvar Exp $ */ +/* $NetBSD: grf_rhreg.h,v 1.18 2024/07/20 20:53:53 andvar Exp $ */ /* * Copyright (c) 1994 Markus Wild @@ -403,7 +403,7 @@ struct MonDef { void RZ3SetHWCloc (unsigned short x, unsigned short y); /* - * sets the location of the hardwar-cursor sprite to x,y + * sets the location of the hardware-cursor sprite to x,y * relative to the logical screen beginning. * IMPORTANT: If you use RZ3SetHWCloc() to set the position * of the hardware-cursor sprite, all necessary panning is Index: src/sys/dev/ic/fmvreg.h diff -u src/sys/dev/ic/fmvreg.h:1.1 src/sys/dev/ic/fmvreg.h:1.2 --- src/sys/dev/ic/fmvreg.h:1.1 Sat Oct 5 15:16:11 2002 +++ src/sys/dev/ic/fmvreg.h Sat Jul 20 20:53:53 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: fmvreg.h,v 1.1 2002/10/05 15:16:11 tsutsui Exp $ */ +/* $NetBSD: fmvreg.h,v 1.2 2024/07/20 20:53:53 andvar Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -35,7 +35,7 @@ */ #define FE_FMV0 16 /* Hardware status. */ -#define FE_FMV1 17 /* Hardrare type? Always 0 */ +#define FE_FMV1 17 /* Hardware type? Always 0 */ #define FE_FMV2 18 /* Hardware configuration. */ #define FE_FMV3 19 /* Hardware enable. */ #define FE_FMV4 20 /* Station address #1 */