From: Keir Fraser <keir@xen.org>
To: Jan Beulich <JBeulich@suse.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Cc: pebolle@tiscali.nl
Subject: Re: [PATCH] decompressors: fix string typo 'bufer'
Date: Mon, 23 Jan 2012 13:38:33 +0000 [thread overview]
Message-ID: <CB431359.37F37%keir@xen.org> (raw)
In-Reply-To: <4F1D6E32020000780006E688@nat28.tlf.novell.com>
On 23/01/2012 13:26, "Jan Beulich" <JBeulich@suse.com> wrote:
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
> --- a/xen/common/bunzip2.c
> +++ b/xen/common/bunzip2.c
> @@ -680,7 +680,7 @@ STATIC int INIT bunzip2(unsigned char *b
> 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 @@ STATIC int INIT bunzip2(unsigned char *b
> 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;
> }
> --- a/xen/common/unlzma.c
> +++ b/xen/common/unlzma.c
> @@ -556,7 +556,7 @@ STATIC int INIT unlzma(unsigned char *bu
> else
> inbuf = malloc(LZMA_IOBUF_SIZE);
> if (!inbuf) {
> - error("Could not allocate input bufer");
> + error("Could not allocate input buffer");
> goto exit_0;
> }
>
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
prev parent reply other threads:[~2012-01-23 13:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-23 13:26 [PATCH] decompressors: fix string typo 'bufer' Jan Beulich
2012-01-23 13:38 ` Keir Fraser [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CB431359.37F37%keir@xen.org \
--to=keir@xen.org \
--cc=JBeulich@suse.com \
--cc=pebolle@tiscali.nl \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).