Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / scripts / basic / fixdep.c
index cb1f50cf12e3bda6fe798365a9c31b15adf0477a..7f6425e24ce3ad985635e9249a64552f661566f2 100644 (file)
@@ -409,7 +409,7 @@ static void traps(void)
        int *p = (int *)test;
 
        if (*p != INT_CONF) {
-               fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianess? %#x\n",
+               fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianness? %#x\n",
                        *p);
                exit(2);
        }
This page took 0.025987 seconds and 5 git commands to generate.