treewide: fix spelling 'seperate' -> 'separate'
This popular spelling mistake was also introduced by myself lately. Fix it everywhere. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -33,7 +33,7 @@ sub target_config_features(@) {
|
||||
/^fpu$/ and $ret .= "\tselect HAS_FPU\n";
|
||||
/^spe_fpu$/ and $ret .= "\tselect HAS_SPE_FPU\n";
|
||||
/^ramdisk$/ and $ret .= "\tselect USES_INITRAMFS\n";
|
||||
/^seperate_ramdisk$/ and $ret .= "\tselect USES_INITRAMFS\n\tselect USES_SEPERATE_INITRAMFS\n";
|
||||
/^separate_ramdisk$/ and $ret .= "\tselect USES_INITRAMFS\n\tselect USES_SEPARATE_INITRAMFS\n";
|
||||
/^powerpc64$/ and $ret .= "\tselect powerpc64\n";
|
||||
/^nommu$/ and $ret .= "\tselect NOMMU\n";
|
||||
/^mips16$/ and $ret .= "\tselect HAS_MIPS16\n";
|
||||
|
||||
Reference in New Issue
Block a user