]> git.ozlabs.org Git - ccan/blobdiff - ccan/iscsi/login.c
ccanlint: print coverage amount when -vv
[ccan] / ccan / iscsi / login.c
index bc0d6ffa6acfad065fd9a5dcc379f79c5f4f2954..49a60e926078bd4f1de764d7b6e065af69e402db 100644 (file)
@@ -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;
        }