From 90be8e08639f88e86f264a0ef15ee046ee6b9877 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 29 Jan 2009 22:50:24 +0000 Subject: ``beginning'' is spelled with 2 `g' and 3 `n'. --- sys/dev/ic/siop_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/ic') 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], -- cgit v1.2.3