From: krw Date: Sun, 21 May 2023 17:04:22 +0000 (+0000) Subject: Typo in comment. 'parititon' -> 'partition'. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3ebe10a975a2202b7b1cf4985bdd7e87d35ac181;p=openbsd Typo in comment. 'parititon' -> 'partition'. --- diff --git a/sys/arch/sparc64/stand/ofwboot/ofdev.c b/sys/arch/sparc64/stand/ofwboot/ofdev.c index e0fbf7a7385..542a89c06af 100644 --- 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.35 2023/04/25 14:00:35 kn Exp $ */ +/* $OpenBSD: ofdev.c,v 1.36 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 parititon, but there is none */ + /* User specified a partition, but there is none */ goto bad; /* No, label, just use complete disk */ ofdev.partoff = 0;