diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-29 22:50:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-01-29 22:50:24 +0000 |
commit | 90be8e08639f88e86f264a0ef15ee046ee6b9877 (patch) | |
tree | 3090c760e0ce98fe1439562ea4b94d4fcfc5310b /sys/dev/ic | |
parent | c8719a987f3519e00ca36c98f5e3a6a76e6f62f0 (diff) |
``beginning'' is spelled with 2 `g' and 3 `n'.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/siop_common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/siop_common.c b/sys/dev/ic/siop_common.c index 093da43d36f..aa7e40fa47d 100644 --- a/sys/dev/ic/siop_common.c +++ b/sys/dev/ic/siop_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop_common.c,v 1.31 2008/08/31 17:21:57 miod Exp $ */ +/* $OpenBSD: siop_common.c,v 1.32 2009/01/29 22:50:23 miod Exp $ */ /* $NetBSD: siop_common.c,v 1.37 2005/02/27 00:27:02 perry Exp $ */ /* @@ -811,7 +811,7 @@ siop_sdp(siop_cmd, offset) #endif /* * Save data pointer. We do this by adjusting the tables to point - * at the begginning of the data not yet transfered. + * at the beginning of the data not yet transfered. * offset points to the first table with untransfered data. */ @@ -837,7 +837,7 @@ siop_sdp(siop_cmd, offset) /* * now we can remove entries which have been transfered. - * We just move the entries with data left at the beggining of the + * We just move the entries with data left at the beginning of the * tables */ bcopy(&siop_cmd->siop_tables->data[offset], |