Reacted on some of the complaints of codespell

This commit is contained in:
2016-07-23 10:40:43 +00:00
parent ba7422b2b6
commit 2e8dec42e5
29 changed files with 122 additions and 119 deletions

View File

@ -85,7 +85,7 @@ int mmc_four_char_to_int(unsigned char *data);
int mmc_read_track_info(struct burn_drive *d, int trackno, struct buffer *buf,
int alloc_len);
/* ts A70812 : return 0 = ok , return BE_CANCELLED = error occured */
/* ts A70812 : return 0 = ok , return BE_CANCELLED = error occurred */
int mmc_read_10(struct burn_drive *d, int start, int amount,
struct buffer *buf);