mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
treewide: Fix comment and string typo 'bufer'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
05183189ee
commit
90802ed9c3
13 changed files with 14 additions and 14 deletions
|
@ -691,7 +691,7 @@ STATIC int INIT bunzip2(unsigned char *buf, int len,
|
|||
outbuf = malloc(BZIP2_IOBUF_SIZE);
|
||||
|
||||
if (!outbuf) {
|
||||
error("Could not allocate output bufer");
|
||||
error("Could not allocate output buffer");
|
||||
return RETVAL_OUT_OF_MEMORY;
|
||||
}
|
||||
if (buf)
|
||||
|
@ -699,7 +699,7 @@ STATIC int INIT bunzip2(unsigned char *buf, int len,
|
|||
else
|
||||
inbuf = malloc(BZIP2_IOBUF_SIZE);
|
||||
if (!inbuf) {
|
||||
error("Could not allocate input bufer");
|
||||
error("Could not allocate input buffer");
|
||||
i = RETVAL_OUT_OF_MEMORY;
|
||||
goto exit_0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue