diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-28 15:45:59 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-28 15:45:59 +0000 |
commit | 7ba33d04c380e4125120fa5a4aacf30513920f85 (patch) | |
tree | ededa8463d27f2d080b8d556aa8f54dfa8461a9d /sys/arch/amd64/stand | |
parent | c81c476b5eedcf20edd5ec72e694085184cbc641 (diff) |
Use the same (shorter) error message as the i386 version.
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/cdbr/cdbr.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdbr/cdbr.S b/sys/arch/amd64/stand/cdbr/cdbr.S index ae29d0e14ab..97b9703482d 100644 --- a/sys/arch/amd64/stand/cdbr/cdbr.S +++ b/sys/arch/amd64/stand/cdbr/cdbr.S @@ -1,4 +1,4 @@ -/* $OpenBSD: cdbr.S,v 1.3 2012/10/28 15:24:41 jsing Exp $ */ +/* $OpenBSD: cdbr.S,v 1.4 2012/10/28 15:45:58 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove <tom.cosgrove@arches-consulting.com> @@ -493,7 +493,7 @@ signon: .asciz "CD-ROM: " crlf: .asciz "\r\n" msg_load2big: .asciz "File too big" msg_badread: .asciz "Read error: 0x" -msg_novd: .asciz "Can't find Primary Volume Descriptor" +msg_novd: .asciz "No Primary Volume Descriptor" msg_loading: .asciz "Loading " /* State for searching dir */ |