Skip to content

Commit 2409952

Browse files
Dennis LamJonathan Corbet
authored andcommitted
docs:filesystems: fix spelling and grammar mistakes
Signed-off-by: Dennis Lam <[email protected]> Reviewed-by: Theodore Ts'o <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Message-ID: <[email protected]>
1 parent 0cac925 commit 2409952

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/filesystems/journalling.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Fast commits
137137

138138
JBD2 to also allows you to perform file-system specific delta commits known as
139139
fast commits. In order to use fast commits, you will need to set following
140-
callbacks that perform correspodning work:
140+
callbacks that perform corresponding work:
141141

142142
`journal->j_fc_cleanup_cb`: Cleanup function called after every full commit and
143143
fast commit.
@@ -149,7 +149,7 @@ File system is free to perform fast commits as and when it wants as long as it
149149
gets permission from JBD2 to do so by calling the function
150150
:c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
151151
file system should tell JBD2 about it by calling
152-
:c:func:`jbd2_fc_end_commit()`. If file system wants JBD2 to perform a full
152+
:c:func:`jbd2_fc_end_commit()`. If the file system wants JBD2 to perform a full
153153
commit immediately after stopping the fast commit it can do so by calling
154154
:c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation
155155
fails for some reason and the only way to guarantee consistency is for JBD2 to
@@ -199,7 +199,7 @@ Journal Level
199199
.. kernel-doc:: fs/jbd2/recovery.c
200200
:internal:
201201

202-
Transasction Level
202+
Transaction Level
203203
~~~~~~~~~~~~~~~~~~
204204

205205
.. kernel-doc:: fs/jbd2/transaction.c

0 commit comments

Comments
 (0)