From: ian Date: Sun, 20 Jul 2008 15:17:25 +0000 (+0000) Subject: fix grammar in a comment X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=cc98f35417547f2216310f9a39bd4e296c7d5600;p=trains.git fix grammar in a comment --- diff --git a/hostside/safety.c b/hostside/safety.c index 926b21b..a8b2abd 100644 --- a/hostside/safety.c +++ b/hostside/safety.c @@ -31,7 +31,7 @@ Segment *segments; * foredetect and one for each end of our train. This represents a * predicted train position. (We use `predicted' to refer to these * future situations and `current' to refer to that prevailing at the - * time we are making the prediction.) The advancement is driving + * time we are making the prediction.) The advancement is driven * using the foredetect; when it enters a new segment we advance first * the head and then the tail by the same distance. *