From da33d97e35313c3633d5bbd600f8c35dda7fe204 Mon Sep 17 00:00:00 2001 From: Vincent Labrecque Date: Sun, 15 Sep 2002 13:59:17 +0000 Subject: typo in comment. --- usr.bin/mg/display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/mg/display.c b/usr.bin/mg/display.c index f2a8acdc010..31db3b1665f 100644 --- a/usr.bin/mg/display.c +++ b/usr.bin/mg/display.c @@ -1,4 +1,4 @@ -/* $OpenBSD: display.c,v 1.18 2002/08/29 22:45:22 vincent Exp $ */ +/* $OpenBSD: display.c,v 1.19 2002/09/15 13:59:16 vincent Exp $ */ /* * The functions in this file handle redisplay. The @@ -58,7 +58,7 @@ typedef struct { * trace trajectory, and the cost of redisplay, when * the dynamic programming redisplay code is used. * If no fancy redisplay, this isn't used. The trace index - * fields can be "char", and the score a "short", but + * fields can be "char", and the cost a "short", but * this makes the code worse on the VAX. */ typedef struct { -- cgit v1.2.3