summaryrefslogtreecommitdiff
path: root/usr.bin/mg
diff options
context:
space:
mode:
authorVincent Labrecque <vincent@cvs.openbsd.org>2002-09-15 13:59:17 +0000
committerVincent Labrecque <vincent@cvs.openbsd.org>2002-09-15 13:59:17 +0000
commitda33d97e35313c3633d5bbd600f8c35dda7fe204 (patch)
treebe0866a01cf64703b76df04894873a7dda6cbda2 /usr.bin/mg
parentac90ae7da051f118db27b8af4c9c1d3b4159be8f (diff)
typo in comment.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r--usr.bin/mg/display.c4
1 files changed, 2 insertions, 2 deletions
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 {