]> git.ozlabs.org Git - yaboot.git/commitdiff
Fix typo
authorPaul Nasrat <pauln@truemesh.com>
Mon, 3 Dec 2007 14:14:42 +0000 (14:14 +0000)
committerPaul Nasrat <pauln@truemesh.com>
Mon, 3 Dec 2007 14:14:42 +0000 (14:14 +0000)
second/yaboot.c

index 8323bfd5aafabd5964e062fbf65ddf99bc10ba6c..46ab0efca9c00cdf3826d4111c20453dce86c093 100644 (file)
@@ -1735,7 +1735,7 @@ yaboot_main(void)
             boot.dev, boot.part, boot.file);
 
      if (!conf_given) {
-         if (_machine == _MACH_chrp || machine == _MACH_bplan)
+         if (_machine == _MACH_chrp || _machine == _MACH_bplan)
              boot.file = "/etc/";
          else if (strlen(boot.file)) {
              if (!strncmp(boot.file, "\\\\", 2))