diff options
| author | andvar <andvar@NetBSD.org> | 2022-03-10 18:13:31 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-03-10 18:13:31 +0000 |
| commit | f5a8fd511ebf6352a5938f9cc045c94d2da813d4 (patch) | |
| tree | fe3de1e846397b82f3bac9aafd5f5e67744e6ceb /sys/dev | |
| parent | 42da4926ed28a3dc350a979cfca18db6a445d435 (diff) | |
s/woud/would/ in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/gffb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/gffb.c b/sys/dev/pci/gffb.c index 2683c96b5c9..ed93f9eda33 100644 --- a/sys/dev/pci/gffb.c +++ b/sys/dev/pci/gffb.c @@ -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 @@ gffb_putchar(void *cookie, int row, int col, u_int c, long attr) /* * 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. */ |
