From: Ian Jackson Date: Thu, 25 Jun 2015 15:35:27 +0000 (+0100) Subject: libxl: Change an internal comment to say `bail' rather than `abort' X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3009 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1772b78c33fcd3f475269a342cc4cab8f285bf97;p=xen.git libxl: Change an internal comment to say `bail' rather than `abort' Signed-off-by: Ian Jackson Acked-by: Wei Liu --- diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index e2c52996a9..5004ef3c60 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -2380,7 +2380,7 @@ struct libxl__multidev { * any stale entry * for loop -- xs transaction * open xs transaction - * check device existence, abort if it exists + * check device existence, bail if it exists * write in-memory json config to disk * commit xs transaction * end for loop