All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] typos
Date: Mon, 4 Aug 2008 11:21:56 +0100	[thread overview]
Message-ID: <20080804102156.GN4470@implementation.uk.xensource.com> (raw)

typos

From: Diego Ongaro <diego.ongaro@eu.citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>

diff -r b96ae3359ba8 tools/xenstat/libxenstat/src/xenstat.c
--- a/tools/xenstat/libxenstat/src/xenstat.c	Fri Aug 01 16:51:01 2008 +0100
+++ b/tools/xenstat/libxenstat/src/xenstat.c	Fri Aug 01 16:51:02 2008 +0100
@@ -109,7 +109,7 @@
 
 	handle->xshandle = xs_daemon_open_readonly(); /* open handle to xenstore*/
 	if (handle->xshandle == NULL) {
-		perror("unable to open xenstore\n");
+		perror("unable to open xenstore");
 		xc_interface_close(handle->xc_handle);
 		free(handle);
 		return NULL;
diff -r b6d1b5c04672 README
--- a/README	Fri Aug 01 16:50:58 2008 +0100
+++ b/README	Fri Aug 01 16:50:59 2008 +0100
@@ -224,6 +224,6 @@
 to modify grub.conf to use tboot to launch Xen.
 
 There are optional targets as part of Xen's top-level makefile that will
-downlaod and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot.
+download and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot.
 These will download the latest tar file from the SourceForge site using wget,
 then build/install/dist according to Xen's settings.
diff -r 162366024319 tools/libxc/xc_dom_boot.c
--- a/tools/libxc/xc_dom_boot.c	Fri Aug 01 16:51:00 2008 +0100
+++ b/tools/libxc/xc_dom_boot.c	Fri Aug 01 16:51:01 2008 +0100
@@ -4,7 +4,7 @@
  * This is the code which actually boots a fresh
  * prepared domain image as xen guest domain.
  *
- * ==>  this is the only domain bilder code piece
+ * ==>  this is the only domain builder code piece
  *          where xen hypercalls are allowed        <==
  *
  * This code is licenced under the GPL.

             reply	other threads:[~2008-08-04 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-04 10:21 Samuel Thibault [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-29 20:30 [PATCH] Typos Ralf Wildenhues

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=20080804102156.GN4470@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.