Message ID | 1392720543-17784-1-git-send-email-ian.campbell@citrix.com |
---|---|
State | Accepted |
Commit | 8d9fa12c46046fcf1ac80fa1527e432ea2a71538 |
Headers | show |
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 --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.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- tools/libxl/libxl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)