You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ void journal_commit_transaction(journal_t *journal)
|
||||
* we do not require it to remember exactly which old buffers it
|
||||
* has reserved. This is consistent with the existing behaviour
|
||||
* that multiple journal_get_write_access() calls to the same
|
||||
* buffer are perfectly permissable.
|
||||
* buffer are perfectly permissible.
|
||||
*/
|
||||
while (commit_transaction->t_reserved_list) {
|
||||
jh = commit_transaction->t_reserved_list;
|
||||
|
||||
Reference in New Issue
Block a user