From f3d370b016cfc82dbda0a800a1c9382a2bcc30f8 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Wed, 25 Feb 2015 14:56:06 +0000 Subject: [PATCH] libxl: update libxl.h to say _dispose is idempotent Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Acked-by: Ian Campbell --- tools/libxl/libxl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index f784df59e8..e3d2ae8c04 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -308,8 +308,7 @@ * once afterwards, to clean up, regardless of whether operations on * this object succeeded or failed. See the xl code for examples. * - * "init" is idempotent. We intend that "dispose" will become - * idempotent, but this is not currently the case. + * "init" and "dispose" are idempotent. * * void libxl__init( *p): * -- 2.39.5