comment fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
cc71f79c1e
commit
eda83c9e69
@ -343,7 +343,7 @@ void* FAST_FUNC xmalloc_open_zipped_read_close(const char *fname, size_t *maxsz_
|
|||||||
} else {
|
} else {
|
||||||
/* File is not compressed.
|
/* File is not compressed.
|
||||||
* We already read first few bytes, account for that.
|
* We already read first few bytes, account for that.
|
||||||
* Exmaple where it happens:
|
* Example where it happens:
|
||||||
* "modinfo MODULE.ko" (not compressed)
|
* "modinfo MODULE.ko" (not compressed)
|
||||||
* open("MODULE.ko", O_RDONLY|O_LARGEFILE) = 4
|
* open("MODULE.ko", O_RDONLY|O_LARGEFILE) = 4
|
||||||
* read(4, "\177E", 2) = 2
|
* read(4, "\177E", 2) = 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user