public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd-utils: spelling error
@ 2010-08-18 16:01 Brian Norris
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Norris @ 2010-08-18 16:01 UTC (permalink / raw)
  To: linux-mtd; +Cc: Brian Norris, Artem Bityutskiy

"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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-30  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-18 16:01 [PATCH 1/2] mtd-utils: spelling error Brian Norris
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox