Fix spelling errors

This commit is contained in:
mikee47
2021-12-10 13:36:28 +00:00
parent ead50807f1
commit 4977fa0c0e
5 changed files with 13 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ int lfs_rambd_createcfg(const struct lfs_config *cfg,
}
}
// zero for reproducability?
// zero for reproducibility?
if (bd->cfg->erase_value != -1) {
memset(bd->buffer, bd->cfg->erase_value,
cfg->block_size * cfg->block_count);