Re: [PATCH] Grammar fix for loadable module support

2010-03-24 Thread Colin Watson
On Tue, Mar 23, 2010 at 05:45:35PM +0100, Adrian Glaubitz wrote: > my machine just stopped at boot because of a GRUB error with the error > message: > > "error: the symbol 'grub_env_find' not found." (This probably means that you didn't run grub-install properly, so the core image has got out of

[PATCH] Grammar fix for loadable module support

2010-03-23 Thread Adrian Glaubitz
Hi, my machine just stopped at boot because of a GRUB error with the error message: "error: the symbol 'grub_env_find' not found." The grammar of that error message is a bit weird so I changed the sentence into a more common grammar for error messages: "error: symbol not found: 'grub_env_find'.