ia64/xen-unstable
changeset 8524:a848ee1c9822
Fix comment describing return value -- xs_rm returns false if the path does not
exist, not true.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
exist, not true.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Tue Jan 03 16:29:42 2006 +0000 (2006-01-03) |
parents | 4aeb39501145 |
children | 2a0aded8fe60 |
files | tools/xenstore/xs.h |
line diff
1.1 --- a/tools/xenstore/xs.h Tue Jan 03 16:28:00 2006 +0000 1.2 +++ b/tools/xenstore/xs.h Tue Jan 03 16:29:42 2006 +0000 1.3 @@ -68,7 +68,7 @@ bool xs_mkdir(struct xs_handle *h, struc 1.4 const char *path); 1.5 1.6 /* Destroy a file or directory (and children). 1.7 - * Returns false on failure, or success if it doesn't exist. 1.8 + * Returns false on failure, or if it doesn't exist. 1.9 */ 1.10 bool xs_rm(struct xs_handle *h, struct xs_transaction_handle *t, 1.11 const char *path);