Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/walnut/compile Fix typo...



details:   https://anonhg.NetBSD.org/src/rev/e1a9c13be0ff
branches:  trunk
changeset: 515142:e1a9c13be0ff
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Mon Sep 17 15:57:00 2001 +0000

description:
Fix typo...

diffstat:

 sys/arch/walnut/compile/mkimg.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r c5a5733bacea -r e1a9c13be0ff sys/arch/walnut/compile/mkimg.sh
--- a/sys/arch/walnut/compile/mkimg.sh  Mon Sep 17 15:06:48 2001 +0000
+++ b/sys/arch/walnut/compile/mkimg.sh  Mon Sep 17 15:57:00 2001 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
-# $NetBSD: mkimg.sh,v 1.1 2001/06/13 06:01:51 simonb Exp $
+# $NetBSD: mkimg.sh,v 1.2 2001/09/17 15:57:00 reinoud Exp $
 
-# Covert a kernel to an tftp image loadable by the walnut IBM openbios.
+# Convert a kernel to an tftp image loadable by the walnut IBM openbios.
 
 if [ $# -ne 2 ] ; then
        echo usage: $0 kernel image 1>&2



Home | Main Index | Thread Index | Old Index