From: Paul Nasrat Date: Mon, 3 Dec 2007 14:14:42 +0000 (+0000) Subject: Fix typo X-Git-Tag: yaboot-1.3.15-rc~13 X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=ff0e80c9b39b18a907d1f1ffb8f836b13af4ebb1;ds=inline Fix typo --- diff --git a/second/yaboot.c b/second/yaboot.c index 8323bfd..46ab0ef 100644 --- a/second/yaboot.c +++ b/second/yaboot.c @@ -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))