From f92f65d15c3faf3c728a1b7e1aa5dc6956f545e1 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 31 Oct 2006 22:53:31 +0000 Subject: [PATCH] fix a small typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5368 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/image/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index 9b983ad60..adace07dc 100644 --- a/target/image/x86/Makefile +++ b/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) -- 2.35.1