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
@@ -403,7 +403,7 @@ void jbd2_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 jbd2_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