X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Ftest_scanf.c;h=84fe09eaf55e7cd7168d1de0681c9ab18643d0d6;hb=a7a4f1c0c8455657b3e19eaaffbad64a5f750c43;hp=48ff5747a4da00332db69381797951a0abf93460;hpb=c932ed0adb09a7fa6d6649ee04dd78c83ab07ada;p=linux-2.6-microblaze.git diff --git a/lib/test_scanf.c b/lib/test_scanf.c index 48ff5747a4da..84fe09eaf55e 100644 --- a/lib/test_scanf.c +++ b/lib/test_scanf.c @@ -600,7 +600,7 @@ static void __init numbers_prefix_overflow(void) /* * 0x prefix in a field of width 2 using %i conversion: first field * converts to 0. Next field scan starts at the character after "0x", - * which will convert if can be intepreted as decimal but will fail + * which will convert if can be interpreted as decimal but will fail * if it contains any hex digits (since no 0x prefix). */ test_number_prefix(long long, "0x67", "%2lli%lli", 0, 67, 2, check_ll);