Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci s/woud/would/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/73bd7fada735
branches:  trunk
changeset: 363413:73bd7fada735
user:      andvar <andvar%NetBSD.org@localhost>
date:      Thu Mar 10 18:13:31 2022 +0000

description:
s/woud/would/ in comment.

diffstat:

 sys/dev/pci/gffb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0a193a545195 -r 73bd7fada735 sys/dev/pci/gffb.c
--- a/sys/dev/pci/gffb.c        Thu Mar 10 12:21:35 2022 +0000
+++ b/sys/dev/pci/gffb.c        Thu Mar 10 18:13:31 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gffb.c,v 1.19 2022/03/10 00:14:33 riastradh Exp $      */
+/*     $NetBSD: gffb.c,v 1.20 2022/03/10 18:13:31 andvar Exp $ */
 
 /*
  * Copyright (c) 2013 Michael Lorenz
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.19 2022/03/10 00:14:33 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gffb.c,v 1.20 2022/03/10 18:13:31 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1135,7 +1135,7 @@
 
        /*
         * Use gffb_sync to wait for the engine to become idle before
-        * we start scribbling into VRAM -- we woudn't want to stomp on
+        * we start scribbling into VRAM -- we wouldn't want to stomp on
         * a scroll in progress or a prior glyphcache_add that hasn't
         * completed yet on the GPU.
         */



Home | Main Index | Thread Index | Old Index