From a6fe56a8cf5f90e06a0099f1dc2bf2289f21f307 Mon Sep 17 00:00:00 2001 From: Nicolas Delcros Date: Mon, 25 Sep 2006 14:03:43 +0100 Subject: [PATCH] wrc: Fixed typo for the --pedantic argument. --- tools/wrc/wrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c index 8509febb218..e91661c72bc 100644 --- a/tools/wrc/wrc.c +++ b/tools/wrc/wrc.c @@ -189,7 +189,7 @@ static struct option long_options[] = { { "nostdinc", 0, 0, 1 }, { "output", 1, 0, 'o' }, { "output-format", 1, 0, 'O' }, - { "pendantic", 0, 0, 8 }, + { "pedantic", 0, 0, 8 }, { "preprocessor", 1, 0, 4 }, { "target", 1, 0, 'F' }, { "undefine", 1, 0, 'U' },