diff options
author | 2018-10-22 17:31:24 +0000 | |
---|---|---|
committer | 2018-10-22 17:31:24 +0000 | |
commit | c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971 (patch) | |
tree | 1d9b9500a52d708ea5beca72031c174bf6b63eec /sys/dev | |
parent | The recent switch to realpath(3) for the boot string in vmd(8) broke (diff) | |
download | wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.tar.xz wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.zip |
More "explicitely" -> "explicitly" in various comments.
ok guenther@ tb@ deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/aic6250.c | 4 | ||||
-rw-r--r-- | sys/dev/sbus/cgtwelve.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/aic6250.c b/sys/dev/ic/aic6250.c index 23297285bc9..cf573926e89 100644 --- a/sys/dev/ic/aic6250.c +++ b/sys/dev/ic/aic6250.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6250.c,v 1.4 2017/09/08 05:36:52 deraadt Exp $ */ +/* $OpenBSD: aic6250.c,v 1.5 2018/10/22 17:31:25 krw Exp $ */ /* * Copyright (c) 2010, 2013 Miodrag Vallat. @@ -1088,7 +1088,7 @@ out: AIC_MISC(("n=%d imess=0x%02x ", n, sc->sc_imess[0])); /* - * We need to explicitely un-busy. + * We need to explicitly un-busy. */ (*sc->sc_write)(sc, AIC_SCSI_SIGNAL_REG, (*sc->sc_read)(sc, AIC_SCSI_SIGNAL_REG) & diff --git a/sys/dev/sbus/cgtwelve.c b/sys/dev/sbus/cgtwelve.c index 3caede633b1..7ab972a9a00 100644 --- a/sys/dev/sbus/cgtwelve.c +++ b/sys/dev/sbus/cgtwelve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cgtwelve.c,v 1.8 2013/10/20 20:07:30 miod Exp $ */ +/* $OpenBSD: cgtwelve.c,v 1.9 2018/10/22 17:31:25 krw Exp $ */ /* * Copyright (c) 2002, 2003 Miodrag Vallat. All rights reserved. @@ -41,7 +41,7 @@ * 8 bit and 24 bit color), and a lot of colormap combinations. * * All of this is driven by a set of three Bt462 ramdacs (latched unless - * explicitely programmed), and a couple of other Matrox-specific chips. + * explicitly programmed), and a couple of other Matrox-specific chips. * * XXX The high res card is untested. */ |