diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-03 15:21:41 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-08-03 15:21:41 +0000 |
commit | 59937477f61e3477c00a794aa20a67769bfad344 (patch) | |
tree | 39fb13a120cf243aeb70809b4638464a71b63ec1 | |
parent | 3e822f562a2a9da115bd9d84adf5e211370ec4dd (diff) |
confgiuration -> configuration.
-rw-r--r-- | sys/dev/ic/gdt_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/gdt_common.c b/sys/dev/ic/gdt_common.c index 751f43251a0..03797ef0c4c 100644 --- a/sys/dev/ic/gdt_common.c +++ b/sys/dev/ic/gdt_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gdt_common.c,v 1.12 2001/07/04 06:43:18 niklas Exp $ */ +/* $OpenBSD: gdt_common.c,v 1.13 2001/08/03 15:21:40 fgsch Exp $ */ /* * Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -215,7 +215,7 @@ gdt_attach(gdt) gdt->sc_bus_cnt = i; } - /* Read cache confgiuration */ + /* Read cache configuration */ if (!gdt_internal_cmd(gdt, GDT_CACHESERVICE, GDT_IOCTL, GDT_CACHE_INFO, GDT_INVALID_CHANNEL, GDT_CINFO_SZ)) { printf("cannot get cache info, error %d\n", gdt->sc_status); |