X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fiscsi%2Flogin.c;h=49a60e926078bd4f1de764d7b6e065af69e402db;hb=7d6312518bd3a8e4cbad69b1f6b1800f7bcdf68c;hp=bc0d6ffa6acfad065fd9a5dcc379f79c5f4f2954;hpb=a40b318e7a07a452ae7456053727bd11b2fa49b4;p=ccan diff --git a/ccan/iscsi/login.c b/ccan/iscsi/login.c index bc0d6ffa..49a60e92 100644 --- a/ccan/iscsi/login.c +++ b/ccan/iscsi/login.c @@ -205,7 +205,7 @@ int iscsi_process_login_reply(struct iscsi_context *iscsi, struct iscsi_pdu *pdu int status; if (size < ISCSI_HEADER_SIZE) { - printf("dont have enough data to read status from login reply\n"); + printf("don't have enough data to read status from login reply\n"); return -1; }