aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xs.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-11 08:34:04 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-09-11 08:34:04 +0100
commit6c87e8965f14724ca668952d36f14cf8a0e687c1 (patch)
treecc3d1aa88a16932f5ec6a518043cafd5176c25dd /tools/xenstore/xs.c
parentf012ee16fb230dbd226cca9de4b41935ba33d140 (diff)
downloadxen-6c87e8965f14724ca668952d36f14cf8a0e687c1.tar.gz
xen-6c87e8965f14724ca668952d36f14cf8a0e687c1.tar.bz2
xen-6c87e8965f14724ca668952d36f14cf8a0e687c1.zip
xenstore: Remove incorrect comment.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xenstore/xs.c')
-rw-r--r--tools/xenstore/xs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c
index 370815de04..ad1dc0860b 100644
--- a/tools/xenstore/xs.c
+++ b/tools/xenstore/xs.c
@@ -639,7 +639,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token)
/* Start a transaction: changes by others will not be seen during this
* transaction, and changes will not be visible to others until end.
- * You can only have one transaction at any time.
* Returns XBT_NULL on failure.
*/
xs_transaction_t xs_transaction_start(struct xs_handle *h)