From c0955d2b195c0e0a7cfb66ef79790c295c30432b Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 26 May 2003 18:16:28 +0000 Subject: fix some fictitious spellings. ok miod@ --- sys/arch/sparc/dev/presto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/sparc/dev/presto.c b/sys/arch/sparc/dev/presto.c index 31a6b47fc89..aa30807a8f9 100644 --- a/sys/arch/sparc/dev/presto.c +++ b/sys/arch/sparc/dev/presto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: presto.c,v 1.1 2003/04/13 22:55:49 miod Exp $ */ +/* $OpenBSD: presto.c,v 1.2 2003/05/26 18:16:27 tedu Exp $ */ /* * Copyright (c) 2003, Miodrag Vallat. * All rights reserved. @@ -113,7 +113,7 @@ presto_attach(struct device *parent, struct device *self, void *args) /* Get card parameters */ model = getpropstring(ca->ca_ra.ra_node, "model"); if (*model == '\0') - submodel = "fictious"; + submodel = "fictitious"; else { submodel = memchr(model, ',', strlen(model)); if (submodel != NULL) @@ -368,7 +368,7 @@ prestoioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *proc) } /* - * Read the disklabel. If none is present, use a fictious one instead. + * Read the disklabel. If none is present, use a fictitious one instead. */ void presto_getdisklabel(struct presto_softc *sc) -- cgit v1.2.3