From: Peter Avalos Date: Sun, 21 Aug 2011 19:31:07 +0000 (-0700) Subject: sh: Fix typo in comment. X-Git-Tag: v2.12.0~164 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/ea8c7d7190d90b39af88a5d41ffab85b05513e56 sh: Fix typo in comment. Obtained-from: FreeBSD 222178 --- diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c index 3ae47dedf9..708a3be7fe 100644 --- a/bin/sh/mkinit.c +++ b/bin/sh/mkinit.c @@ -35,7 +35,7 @@ * * @(#) Copyright (c) 1991, 1993 The Regents of the University of California. All rights reserved. * @(#)mkinit.c 8.2 (Berkeley) 5/4/95 - * $FreeBSD: src/bin/sh/mkinit.c,v 1.21 2011/02/04 22:47:55 jilles Exp $ + * $FreeBSD: src/bin/sh/mkinit.c,v 1.22 2011/05/22 14:03:46 uqs Exp $ */ /* @@ -69,7 +69,7 @@ /* - * A text structure is basicly just a string that grows as more characters + * A text structure is basically just a string that grows as more characters * are added onto the end of it. It is implemented as a linked list of * blocks of characters. The routines addstr and addchar append a string * or a single character, respectively, to a text structure. Writetext