Prefer power-loss -> powerloss

Just trying to be a bit more consistent.
This commit is contained in:
Christopher Haster
2026-01-26 02:04:14 -06:00
parent ab39a8fde9
commit 23ac67bf34
4 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -15968,7 +15968,7 @@ static int lfs3_mountinited(lfs3_t *lfs3) {
// pseudo-randomly using our gcksum as a prng
//
// the purpose of this is to avoid bad wear patterns such as always
// allocating blocks near the beginning of disk after a power-loss
// allocating blocks near the beginning of disk after a powerloss
//
lfs3->lookahead.window = lfs3->gcksum % lfs3->block_count;
}