]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-08-30 Vladimir Serbinenko <phcoder@gmail.com>
authorphcoder <phcoder@localhost>
Sun, 30 Aug 2009 20:19:09 +0000 (20:19 +0000)
committerphcoder <phcoder@localhost>
Sun, 30 Aug 2009 20:19:09 +0000 (20:19 +0000)
* kern/file.c (grub_file_read): Spelling fix

ChangeLog
kern/file.c

index d4f1d894e4b415d0c8e69a8895ffa5677cc7421a..84dd6e4a77cb0255c1e481e3d57a54ee6e6c65bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-30  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * kern/file.c (grub_file_read): Spelling fix
+
 2009-08-30  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * loader/i386/bsdXX.c (SUFFIX (grub_freebsd_load_elfmodule)): Fix
index 22f2f60932c90519c4ad40b7ca7399a469aba358..f713acbcadae02f499cd81609761cfc64e409c6c 100644 (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;
     }