bio: correct spelling

This commit is contained in:
Thomas Schoebel-Theuer 2015-09-30 13:30:43 +02:00 committed by Thomas Schoebel-Theuer
parent b46e51d82e
commit 87e782bace
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ int make_bio(struct bio_brick *brick, void *data, int len, loff_t pos, struct bi
goto out;
}
if (unlikely(sector_offset != data_offset)) {
MARS_ERR("bad alignment: sector_offset %d != data_offet %d\n", sector_offset, data_offset);
MARS_ERR("bad alignment: sector_offset %d != data_offset %d\n", sector_offset, data_offset);
goto out;
}
if (unlikely(rest_len & ((1 << 9) - 1))) {