]> git.ozlabs.org Git - ccan/blobdiff - ccan/iscsi/iscsi.h
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / iscsi / iscsi.h
index 4aa4670970d83c51274df9a19f7f94f3fd014db5..26355dadbe155a7603acb535b694ffe3055ec7ba 100644 (file)
@@ -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);