summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/atapiscsi/atapiscsi.c4
-rw-r--r--sys/kern/tty.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c
index e45ae328365..fb4d0c80c34 100644
--- a/sys/dev/atapiscsi/atapiscsi.c
+++ b/sys/dev/atapiscsi/atapiscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atapiscsi.c,v 1.83 2009/09/05 11:20:24 dlg Exp $ */
+/* $OpenBSD: atapiscsi.c,v 1.84 2009/11/27 09:18:01 sobrado Exp $ */
/*
* This code is derived from code with the copyright below.
@@ -824,7 +824,7 @@ wdc_atapi_send_packet(chp, xfer, timeout, ret)
struct ata_drive_datas *drvp = &chp->ch_drive[xfer->drive];
/*
- * Even with WDCS_ERR, the device should accept a command packet
+ * Even with WDCS_ERR, the device should accept a command packet.
* Limit length to what can be stuffed into the cylinder register
* (16 bits). Some CD-ROMs seem to interpret '0' as 65536,
* but not all devices do that and it's not obvious from the
diff --git a/sys/kern/tty.c b/sys/kern/tty.c
index 35ca4909e05..d6428906e19 100644
--- a/sys/kern/tty.c
+++ b/sys/kern/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.83 2009/11/09 17:53:39 nicm Exp $ */
+/* $OpenBSD: tty.c,v 1.84 2009/11/27 09:18:01 sobrado Exp $ */
/* $NetBSD: tty.c,v 1.68.4.2 1996/06/06 16:04:52 thorpej Exp $ */
/*-
@@ -876,7 +876,7 @@ ttioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct proc *p)
}
if (!ISSET(t->c_cflag, CIGNORE)) {
/*
- * Some minor validation is neccessary.
+ * Some minor validation is necessary.
*/
if (t->c_ispeed < 0 || t->c_ospeed < 0) {
splx(s);