|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] decompressors: fix string typo 'bufer'
# HG changeset patch
# User Paul Bolle <pebolle@xxxxxxxxxx>
# Date 1327326685 -3600
# Node ID cc9105fa55e0821023b43f179fb00fd4ee0da771
# Parent 9920641d11169a86ec9d0cb47e78414720545861
decompressors: fix string typo 'bufer'
Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Committed-by: Jan Beulich <jbeulich@xxxxxxxx>
---
diff -r 9920641d1116 -r cc9105fa55e0 xen/common/bunzip2.c
--- a/xen/common/bunzip2.c Mon Jan 23 14:51:02 2012 +0100
+++ b/xen/common/bunzip2.c Mon Jan 23 14:51:25 2012 +0100
@@ -680,7 +680,7 @@
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)
@@ -688,7 +688,7 @@
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;
}
diff -r 9920641d1116 -r cc9105fa55e0 xen/common/unlzma.c
--- a/xen/common/unlzma.c Mon Jan 23 14:51:02 2012 +0100
+++ b/xen/common/unlzma.c Mon Jan 23 14:51:25 2012 +0100
@@ -556,7 +556,7 @@
else
inbuf = malloc(LZMA_IOBUF_SIZE);
if (!inbuf) {
- error("Could not allocate input bufer");
+ error("Could not allocate input buffer");
goto exit_0;
}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |