From b4cde047a0d2ba1a93c122d5386444f4158919a7 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 25 Nov 2012 20:37:02 +0000 Subject: [PATCH] Minor fixes to comments. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46108 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/dos/cliinit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rom/dos/cliinit.c b/rom/dos/cliinit.c index e22a08eaf9..a4a8313a3a 100644 --- a/rom/dos/cliinit.c +++ b/rom/dos/cliinit.c @@ -1,5 +1,5 @@ /* - Copyright © 1995-2011, The AROS Development Team. All rights reserved. + Copyright © 1995-2012, The AROS Development Team. All rights reserved. $Id$ Desc: @@ -68,7 +68,7 @@ static long internalBootCliHandler(void); Currently, no DOS Packet arguments are used by this routine. - A new Boot Cli is process is created, and 'dp' is + A new Boot Cli process is created, and 'dp' is sent to it. If the boot shell succeeds, then 'dp' is returned with dp_Res1 = DOSTRUE. has started. @@ -147,7 +147,7 @@ static long internalBootCliHandler(void); WaitPort(reply_mp); GetMsg(reply_mp); - /* We know that if we're received a reply packet, + /* We know that if we've received a reply packet, * that we've been able to execute the handler, * therefore we can dispense with the 'CreateSegment' * stub. -- 2.11.4.GIT