artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247575b
)
Typo in comment. 'parititon' -> 'partition'.
author
krw
<krw@openbsd.org>
Sun, 21 May 2023 17:04:22 +0000
(17:04 +0000)
committer
krw
<krw@openbsd.org>
Sun, 21 May 2023 17:04:22 +0000
(17:04 +0000)
sys/arch/sparc64/stand/ofwboot/ofdev.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc64/stand/ofwboot/ofdev.c
b/sys/arch/sparc64/stand/ofwboot/ofdev.c
index
e0fbf7a
..
542a89c
100644
(file)
--- a/
sys/arch/sparc64/stand/ofwboot/ofdev.c
+++ b/
sys/arch/sparc64/stand/ofwboot/ofdev.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ofdev.c,v 1.3
5 2023/04/25 14:00:35 kn Exp $
*/
+/* $OpenBSD: ofdev.c,v 1.3
6 2023/05/21 17:04:22 krw Exp $
*/
/* $NetBSD: ofdev.c,v 1.1 2000/08/20 14:58:41 mrg Exp $ */
/*
@@
-673,7
+673,7
@@
devopen(struct open_file *of, const char *name, char **file)
goto bad;
else if (error == ERDLAB) {
if (partition)
- /* User specified a par
itit
on, but there is none */
+ /* User specified a par
titi
on, but there is none */
goto bad;
/* No, label, just use complete disk */
ofdev.partoff = 0;