Merge branch 'mainline' into snow64

This commit is contained in:
phcoder 2009-09-02 18:17:06 +02:00
commit df2a15f643
12 changed files with 218 additions and 45 deletions

View file

@ -115,7 +115,7 @@ grub_file_read (grub_file_t file, void *buf, grub_size_t len)
if (file->offset > file->size)
{
grub_error (GRUB_ERR_OUT_OF_RANGE,
"Attempt to read pat the end of file.");
"Attempt to read past the end of file.");
return -1;
}