Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/gspa/gspahextoc Fix typo..
details: https://anonhg.NetBSD.org/src/rev/0a70f236de28
branches: trunk
changeset: 473159:0a70f236de28
user: is <is%NetBSD.org@localhost>
date: Sat May 22 21:15:18 1999 +0000
description:
Fix typo..
diffstat:
usr.sbin/gspa/gspahextoc/gspahextoc.l | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 647e714f0188 -r 0a70f236de28 usr.sbin/gspa/gspahextoc/gspahextoc.l
--- a/usr.sbin/gspa/gspahextoc/gspahextoc.l Sat May 22 20:34:56 1999 +0000
+++ b/usr.sbin/gspa/gspahextoc/gspahextoc.l Sat May 22 21:15:18 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gspahextoc.l,v 1.5 1999/02/16 23:34:13 is Exp $ */
+/* $NetBSD: gspahextoc.l,v 1.6 1999/05/22 21:15:18 is Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
%{
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: gspahextoc.l,v 1.5 1999/02/16 23:34:13 is Exp $");
+__RCSID("$NetBSD: gspahextoc.l,v 1.6 1999/05/22 21:15:18 is Exp $");
#endif
%}
@@ -127,7 +127,7 @@
" * a TMS34010 assembler output file.\n");
}
- printf(" * Do not edit manually..\n");
+ printf(" * Do not edit manually.\n");
printf(" */\n");
printf("#include <sys/types.h>\n");
printf("u_int16_t tmscode[] = {\n\t");
Home |
Main Index |
Thread Index |
Old Index