diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 07:21:59 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 07:21:59 +0000 |
| commit | 6848be68222e2965fa5afddd3463ac4f0df79e8e (patch) | |
| tree | c5662f7ae59f3fb1e0ba8c803be3ecc9032a3554 /sys/dev | |
| parent | ca754cac94015c25da97aaec4eb7ac04c6527b28 (diff) | |
s/progam/program/ in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mvme/vme_two.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mvme/vme_two.c b/sys/dev/mvme/vme_two.c index 534ecb9b397..0b17cec534f 100644 --- a/sys/dev/mvme/vme_two.c +++ b/sys/dev/mvme/vme_two.c @@ -1,4 +1,4 @@ -/* $NetBSD: vme_two.c,v 1.8 2009/03/14 15:36:19 dsl Exp $ */ +/* $NetBSD: vme_two.c,v 1.9 2021/12/05 07:21:59 msaitoh Exp $ */ /*- * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vme_two.c,v 1.8 2009/03/14 15:36:19 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vme_two.c,v 1.9 2021/12/05 07:21:59 msaitoh Exp $"); #include "vmetwo.h" @@ -147,7 +147,7 @@ vmetwo_init(struct vmetwo_softc *sc) } /* - * Now read the progammable maps + * Now read the programmable maps */ for (i = 0; i < VME2_MASTER_WINDOWS; i++) vmetwo_master_range(sc, i, |
