diff mbox

[Xen-devel] libxl: fix typo in comment

Message ID 1392720543-17784-1-git-send-email-ian.campbell@citrix.com
State Accepted
Commit 8d9fa12c46046fcf1ac80fa1527e432ea2a71538
Headers show

Commit Message

Ian Campbell Feb. 18, 2014, 10:49 a.m. UTC
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 tools/libxl/libxl.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ian Campbell March 12, 2014, 1:21 p.m. UTC | #1
This is so trivial I've just applied instead of pinging.

On Tue, 2014-02-18 at 10:49 +0000, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> ---
>  tools/libxl/libxl.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h
> index 06bbca6..e29a810 100644
> --- a/tools/libxl/libxl.h
> +++ b/tools/libxl/libxl.h
> @@ -51,7 +51,7 @@
>   * In the event that a change is required which cannot be made
>   * backwards compatible in this manner a #define of the form
>   * LIBXL_HAVE_<interface> will always be added in order to make it
> - * possible to write applciations which build against any version of
> + * possible to write applications which build against any version of
>   * libxl. Such changes are expected to be exceptional and used as a
>   * last resort. The barrier for backporting such a change to a stable
>   * branch will be very high.
diff mbox

Patch

diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h
index 06bbca6..e29a810 100644
--- a/tools/libxl/libxl.h
+++ b/tools/libxl/libxl.h
@@ -51,7 +51,7 @@ 
  * In the event that a change is required which cannot be made
  * backwards compatible in this manner a #define of the form
  * LIBXL_HAVE_<interface> will always be added in order to make it
- * possible to write applciations which build against any version of
+ * possible to write applications which build against any version of
  * libxl. Such changes are expected to be exceptional and used as a
  * last resort. The barrier for backporting such a change to a stable
  * branch will be very high.