From: Alberto Bertogli <albertito@blitiri.com.ar>
To: jkosina@suse.cz
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org,
tytso@mit.edu, jack@suse.cz, trivial@kernel.org,
Alberto Bertogli <albertito@blitiri.com.ar>
Subject: [PATCH] Fix minor typos in jbd2's journal.c
Date: Thu, 21 May 2009 10:39:47 -0300 [thread overview]
Message-ID: <1242913187-4151-1-git-send-email-albertito@blitiri.com.ar> (raw)
In-Reply-To: <alpine.LNX.2.00.0905211043100.13917@wotan.suse.de>
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
On Thu, May 21, 2009 at 10:44:03AM +0200, Jiri Kosina wrote:
> > - * Two internal function, which provide abort to te jbd layer
> > + * Two internal function, which provide abort to the jbd layer
>
> function*s*, while you are at it?
Fixed, thanks!
Alberto
fs/jbd2/journal.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
index 5814410..371a17e 100644
--- a/fs/jbd2/journal.c
+++ b/fs/jbd2/journal.c
@@ -1781,7 +1781,7 @@ int jbd2_journal_wipe(journal_t *journal, int write)
* Journal abort has very specific semantics, which we describe
* for journal abort.
*
- * Two internal function, which provide abort to te jbd layer
+ * Two internal functions which provide abort to the jbd layer
* itself are here.
*/
@@ -1879,7 +1879,7 @@ void jbd2_journal_abort(journal_t *journal, int errno)
* int jbd2_journal_errno () - returns the journal's error state.
* @journal: journal to examine.
*
- * This is the errno numbet set with jbd2_journal_abort(), the last
+ * This is the errno number set with jbd2_journal_abort(), the last
* time the journal was mounted - if the journal was stopped
* without calling abort this will be 0.
*
@@ -1903,7 +1903,7 @@ int jbd2_journal_errno(journal_t *journal)
* int jbd2_journal_clear_err () - clears the journal's error state
* @journal: journal to act on.
*
- * An error must be cleared or Acked to take a FS out of readonly
+ * An error must be cleared or acked to take a FS out of readonly
* mode.
*/
int jbd2_journal_clear_err(journal_t *journal)
@@ -1923,7 +1923,7 @@ int jbd2_journal_clear_err(journal_t *journal)
* void jbd2_journal_ack_err() - Ack journal err.
* @journal: journal to act on.
*
- * An error must be cleared or Acked to take a FS out of readonly
+ * An error must be cleared or acked to take a FS out of readonly
* mode.
*/
void jbd2_journal_ack_err(journal_t *journal)
--
1.6.2.2.646.gb214
next prev parent reply other threads:[~2009-05-21 13:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-20 19:01 [PATCH 1/4] Fix minor typos in jbd2's journal.c Alberto Bertogli
2009-05-21 8:44 ` Jiri Kosina
2009-05-21 13:39 ` Alberto Bertogli [this message]
2009-05-27 15:29 ` [PATCH] " Jiri Kosina
2009-06-03 21:50 ` Theodore Tso
2009-06-03 21:53 ` Jiri Kosina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1242913187-4151-1-git-send-email-albertito@blitiri.com.ar \
--to=albertito@blitiri.com.ar \
--cc=jack@suse.cz \
--cc=jkosina@suse.cz \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox