artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8514cc0
)
Fix typo in comment.
author
kettenis
<kettenis@openbsd.org>
Mon, 7 Jul 2008 14:38:42 +0000
(14:38 +0000)
committer
kettenis
<kettenis@openbsd.org>
Mon, 7 Jul 2008 14:38:42 +0000
(14:38 +0000)
sys/arch/sparc64/dev/vcons.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc64/dev/vcons.c
b/sys/arch/sparc64/dev/vcons.c
index
eeba4df
..
7c79d75
100644
(file)
--- a/
sys/arch/sparc64/dev/vcons.c
+++ b/
sys/arch/sparc64/dev/vcons.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vcons.c,v 1.
1 2008/03/08 19:38:33
kettenis Exp $ */
+/* $OpenBSD: vcons.c,v 1.
2 2008/07/07 14:38:42
kettenis Exp $ */
/*
* Copyright (c) 2008 Mark Kettenis
*
@@
-85,7
+85,7
@@
vcons_attach(struct device *parent, struct device *self, void *aux)
cn_tab->cn_getc = vcons_cngetc;
cn_tab->cn_putc = vcons_cnputc;
- /* Locate the ma
h
or number. */
+ /* Locate the ma
j
or number. */
for (maj = 0; maj < nchrdev; maj++)
if (cdevsw[maj].d_open == vconsopen)
break;