Module Name:    src
Committed By:   andvar
Date:           Sat Apr 16 17:35:57 UTC 2022

Modified Files:
        src/sys/arch/hpcmips/dev: plumvideo.c
        src/sys/arch/playstation2/ee: sif.c

Log Message:
s/setted/set/


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/hpcmips/dev/plumvideo.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/playstation2/ee/sif.c

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/hpcmips/dev/plumvideo.c
diff -u src/sys/arch/hpcmips/dev/plumvideo.c:1.43 src/sys/arch/hpcmips/dev/plumvideo.c:1.44
--- src/sys/arch/hpcmips/dev/plumvideo.c:1.43	Sat Aug  7 16:18:54 2021
+++ src/sys/arch/hpcmips/dev/plumvideo.c	Sat Apr 16 17:35:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: plumvideo.c,v 1.43 2021/08/07 16:18:54 thorpej Exp $ */
+/*	$NetBSD: plumvideo.c,v 1.44 2022/04/16 17:35:57 andvar Exp $ */
 
 /*-
  * Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: plumvideo.c,v 1.43 2021/08/07 16:18:54 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: plumvideo.c,v 1.44 2022/04/16 17:35:57 andvar Exp $");
 
 #undef PLUMVIDEODEBUG
 
@@ -356,7 +356,7 @@ plumvideo_init(struct plumvideo_softc *s
 	chip->vc_fbdepth = bpp;
 
 	/*
-	 * Get display size from WindowsCE setted.
+	 * Get display size from WindowsCE set.
 	 */
 	chip->vc_fbwidth = width = bootinfo->fb_width = 
 	    plum_conf_read(regt, regh, PLUM_VIDEO_PLHPX_REG) + 1;

Index: src/sys/arch/playstation2/ee/sif.c
diff -u src/sys/arch/playstation2/ee/sif.c:1.11 src/sys/arch/playstation2/ee/sif.c:1.12
--- src/sys/arch/playstation2/ee/sif.c:1.11	Mon Jul 18 22:24:15 2016
+++ src/sys/arch/playstation2/ee/sif.c	Sat Apr 16 17:35:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: sif.c,v 1.11 2016/07/18 22:24:15 maya Exp $	*/
+/*	$NetBSD: sif.c,v 1.12 2022/04/16 17:35:57 andvar Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sif.c,v 1.11 2016/07/18 22:24:15 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sif.c,v 1.12 2022/04/16 17:35:57 andvar Exp $");
 
 #include "debug_playstation2.h"
 
@@ -101,7 +101,7 @@ iopdma_allocate_buffer(struct iopdma_seg
 {
 	/* 
 	 * To avoid cache inconsistecy as the result of DMA(to memory), 
-	 * DMA buffer size is setted to multiple of CPU cache line size (64B)
+	 * DMA buffer size is set to multiple of CPU cache line size (64B)
 	 * and aligned to cache line.
 	 */
 	seg->size = ROUND64(size);

Reply via email to