X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fiscsi%2Fiscsi.h;h=26355dadbe155a7603acb535b694ffe3055ec7ba;hp=4aa4670970d83c51274df9a19f7f94f3fd014db5;hb=a94286219597d8123188aaff0aaa55dba5104a05;hpb=a40b318e7a07a452ae7456053727bd11b2fa49b4 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);