* [PATCH] libxl: fix typo iff -> if
@ 2012-01-10 20:30 Zhigang Wang
2012-01-10 21:04 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Zhigang Wang @ 2012-01-10 20:30 UTC (permalink / raw)
To: xen-devel
# HG changeset patch
# User Zhigang Wang <zhigang.x.wang@oracle.com>
# Date 1326227259 18000
# Node ID a78507899bea4824901d209d818b69545f607312
# Parent 03138a08366b895d79e143119d4c9c72833cdbcd
libxl: fix typo iff -> if
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
diff -r 03138a08366b -r a78507899bea tools/libxl/libxl_types.idl
--- a/tools/libxl/libxl_types.idl Fri Dec 09 16:19:36 2011 +0000
+++ b/tools/libxl/libxl_types.idl Tue Jan 10 15:27:39 2012 -0500
@@ -106,7 +106,7 @@ libxl_dominfo = Struct("dominfo",[
("dying", bool),
("shutdown_reason", uint8, False,
-"""Valid SHUTDOWN_* value from xen/sched.h iff (shutdown||dying).
+"""Valid SHUTDOWN_* value from xen/sched.h if (shutdown||dying).
Otherwise set to a value guaranteed not to clash with any valid
SHUTDOWN_* constant."""),
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] libxl: fix typo iff -> if
2012-01-10 20:30 [PATCH] libxl: fix typo iff -> if Zhigang Wang
@ 2012-01-10 21:04 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2012-01-10 21:04 UTC (permalink / raw)
To: Zhigang Wang, xen-devel
On 10/01/2012 20:30, "Zhigang Wang" <zhigang.x.wang@oracle.com> wrote:
> # HG changeset patch
> # User Zhigang Wang <zhigang.x.wang@oracle.com>
> # Date 1326227259 18000
> # Node ID a78507899bea4824901d209d818b69545f607312
> # Parent 03138a08366b895d79e143119d4c9c72833cdbcd
> libxl: fix typo iff -> if
Iff means "if and only if". It was almost certainly intended here.
-- Keir
> Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
>
> diff -r 03138a08366b -r a78507899bea tools/libxl/libxl_types.idl
> --- a/tools/libxl/libxl_types.idl Fri Dec 09 16:19:36 2011 +0000
> +++ b/tools/libxl/libxl_types.idl Tue Jan 10 15:27:39 2012 -0500
> @@ -106,7 +106,7 @@ libxl_dominfo = Struct("dominfo",[
> ("dying", bool),
>
> ("shutdown_reason", uint8, False,
> -"""Valid SHUTDOWN_* value from xen/sched.h iff (shutdown||dying).
> +"""Valid SHUTDOWN_* value from xen/sched.h if (shutdown||dying).
>
> Otherwise set to a value guaranteed not to clash with any valid
> SHUTDOWN_* constant."""),
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-10 21:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 20:30 [PATCH] libxl: fix typo iff -> if Zhigang Wang
2012-01-10 21:04 ` Keir Fraser
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).