Browse Source

fix a small typo

SVN-Revision: 5368
Felix Fietkau 19 years ago
parent
commit
ec52fc217d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/image/x86/Makefile

+ 1 - 1
target/image/x86/Makefile

@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/image.mk
 
 ROOTPART=$(strip $(subst ",, $(CONFIG_X86_GRUB_ROOTPART)))
-")) # fix vim's broken syntax highlighting
+#")) # fix vim's broken syntax highlighting
 
 
 ifeq ($(CONFIG_X86_GRUB_IMAGES),y)