From 29ee370eee4c307b97d5fc4a5129f4db8203093c Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 21 Feb 2007 03:49:49 +0000 Subject: [PATCH] *** empty log message *** --- ase/test/awk/awk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ase/test/awk/awk.c b/ase/test/awk/awk.c index 65f36690..53379a28 100644 --- a/ase/test/awk/awk.c +++ b/ase/test/awk/awk.c @@ -1,5 +1,5 @@ /* - * $Id: awk.c,v 1.172 2007-02-21 03:49:01 bacon Exp $ + * $Id: awk.c,v 1.173 2007-02-21 03:49:49 bacon Exp $ */ #include @@ -48,7 +48,7 @@ struct awk_src_io #if defined(vms) || defined(__vms) /* it seems that the main function should be placed in the main object file * in OpenVMS. otherwise, the first function in the main object file seems - * to become the main function resulting in the failed program start-up */ + * to become the main function resulting in program start-up failure. */ #include #endif