* include/grub/file.h (not_easly_seekable): Rename to ...

(not_easily_seekable): ... this.  Update all users.
This commit is contained in:
Colin Watson 2011-02-08 13:21:13 +00:00
parent 800f188183
commit 7e735e4349
6 changed files with 12 additions and 7 deletions

View file

@ -1136,7 +1136,7 @@ grub_gzio_open (grub_file_t io)
file->data = gzio;
file->read_hook = 0;
file->fs = &grub_gzio_fs;
file->not_easly_seekable = 1;
file->not_easily_seekable = 1;
if (! test_header (file))
{