diff liboctave/mach-info.cc @ 2759:99dd10f4eaaf

[project @ 1997-02-27 08:59:55 by jwe]
author jwe
date Thu, 27 Feb 1997 09:02:09 +0000
parents 8c09c04f7747
children 8b262e771614
line wrap: on
line diff
--- a/liboctave/mach-info.cc	Wed Feb 26 23:23:45 1997 +0000
+++ b/liboctave/mach-info.cc	Thu Feb 27 09:02:09 1997 +0000
@@ -185,7 +185,7 @@
     retval = oct_mach_info::ieee_little_endian;
   else if (s == "vaxd" || s == "d")
     retval = oct_mach_info::vax_d;
-  else if (s == "vax_g" || s == "g")
+  else if (s == "vaxg" || s == "g")
     retval = oct_mach_info::vax_g;
   else if (s == "cray" || s == "c")
     retval = oct_mach_info::cray;