=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/display.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/mg/display.c 2002/08/29 22:45:22 1.18 +++ src/usr.bin/mg/display.c 2002/09/15 13:59:16 1.19 @@ -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 @@ * 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 {