diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-26 18:16:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-05-26 18:16:28 +0000 |
commit | c0955d2b195c0e0a7cfb66ef79790c295c30432b (patch) | |
tree | 0d7b5b829e1b9f2525358dd7483028e7527a7e72 /sys/arch/sparc | |
parent | 9fa95e6a1eb3f1d9e00b51ccf3f046e6badcc7a7 (diff) |
fix some fictitious spellings. ok miod@
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/presto.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) |