From: "Brian Norris" <norris@broadcom.com>
To: linux-mtd@lists.infradead.org
Cc: Brian Norris <norris@broadcom.com>,
Artem Bityutskiy <dedekind1@gmail.com>
Subject: [PATCH 1/2] mtd-utils: spelling error
Date: Wed, 18 Aug 2010 09:01:44 -0700 [thread overview]
Message-ID: <1282147305-4640-1-git-send-email-norris@broadcom.com> (raw)
"fileds" is "fields"
Signed-off-by: Brian Norris <norris@broadcom.com>
---
tests/jittertest/plotJittervsFill.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/jittertest/plotJittervsFill.c b/tests/jittertest/plotJittervsFill.c
index f8a5660..9f6c7b3 100644
--- a/tests/jittertest/plotJittervsFill.c
+++ b/tests/jittertest/plotJittervsFill.c
@@ -223,7 +223,7 @@ int main(
junkStr1, &junkInt1, &junkInt2, &junkInt3, &dfPercent);
if(converted < 5)
{
- printf("Line %i contains \"%%\", but expected fileds not found. Skipping.\n", lineNo);
+ printf("Line %i contains \"%%\", but expected fields not found. Skipping.\n", lineNo);
}else
{
/* Now print out the saved jitter values (in col2) with this dfPercent value as the col1. */
@@ -258,7 +258,7 @@ int main(
converted = sscanf(lineBuf, "%f %s %f %s\n", &junkFloat1, junkStr1, &jitter_ms, junkStr2);
if(converted < 4)
{
- printf("Line %i contains \"ms\", but expected fileds not found. Converted %i, Skipping.",
+ printf("Line %i contains \"ms\", but expected fields not found. Converted %i, Skipping.",
lineNo, converted);
printf("1=%i, 2=%s.\n", junkInt1, junkStr1);
continue; /* not our jitter line*/
--
1.7.0.4
next reply other threads:[~2010-08-18 16:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-18 16:01 Brian Norris [this message]
2010-08-18 16:01 ` [PATCH 2/2] mtd-utils: Fix compiler warnings Brian Norris
2010-08-30 8:43 ` [PATCH 1/2] mtd-utils: spelling error Artem Bityutskiy
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=1282147305-4640-1-git-send-email-norris@broadcom.com \
--to=norris@broadcom.com \
--cc=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/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