Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf Fix typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/50e9750ed323
branches:  trunk
changeset: 473659:50e9750ed323
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Jun 13 07:58:20 1999 +0000

description:
Fix typo in previous.

diffstat:

 sys/arch/sparc/conf/std.sparc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b69e882ba0f9 -r 50e9750ed323 sys/arch/sparc/conf/std.sparc
--- a/sys/arch/sparc/conf/std.sparc     Sat Jun 12 21:22:11 1999 +0000
+++ b/sys/arch/sparc/conf/std.sparc     Sun Jun 13 07:58:20 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.sparc,v 1.16 1999/06/06 13:00:03 mrg Exp $
+#      $NetBSD: std.sparc,v 1.17 1999/06/13 07:58:20 pk Exp $
 
 #
 # Mandatory NetBSD/sparc kernel options.
@@ -9,5 +9,5 @@
 #options       PMAP_NEW        # new pmap(9) interfaces
 
 options        EXEC_AOUT       # execve(2) support for a.out binaries
-options        EXEC_ELF32      # execve(2) support for a.out binaries
+options        EXEC_ELF32      # execve(2) support for ELF binaries
 options        EXEC_SCRIPT     # execve(2) support for scripts



Home | Main Index | Thread Index | Old Index