X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fiscsi%2Fiscsi.h;h=26355dadbe155a7603acb535b694ffe3055ec7ba;hp=4aa4670970d83c51274df9a19f7f94f3fd014db5;hb=37e247dbcb57f4b2effd44b37b96dc679ee525d0;hpb=5d4a434d90373bc99e4bacc97eca5a4abddd700f diff --git a/ccan/iscsi/iscsi.h b/ccan/iscsi/iscsi.h index 4aa46709..26355dad 100644 --- a/ccan/iscsi/iscsi.h +++ b/ccan/iscsi/iscsi.h @@ -131,7 +131,7 @@ typedef void (*iscsi_command_cb)(struct iscsi_context *iscsi, int status, void * * ISCSI_STATUS_ERROR : Either failed to establish the connection, or an already established connection * has failed with an error. * - * The callback will NOT be invoked if the session is explicitely torn down through a call to + * The callback will NOT be invoked if the session is explicitly torn down through a call to * iscsi_disconnect() or iscsi_destroy_context(). */ int iscsi_connect_async(struct iscsi_context *iscsi, const char *target, iscsi_command_cb cb, void *private_data);