binman: Fix stuttering comment
authorWill Sowerbutts <will@sowerbutts.com>
Mon, 5 Jan 2015 01:02:00 +0000 (01:02 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Mon, 5 Jan 2015 01:02:00 +0000 (01:02 +0000)
Kernel/tools/binman.c

index 224ce1f..a515818 100644 (file)
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
        }
 
        /* linker will allow us to overlap _DISCARD (which may grow)
-          with with _COMMONMEM. */
+          with _COMMONMEM. */
        if(s__DISCARD && s__DISCARD+l__DISCARD > s__COMMONMEM){
                fprintf(stderr, "Move _DISCARD down by at least %d bytes\n",
                        s__DISCARD + l__DISCARD - s__COMMONMEM);