diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-31 22:53:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-31 22:53:31 +0000 |
commit | f92f65d15c3faf3c728a1b7e1aa5dc6956f545e1 (patch) | |
tree | 0d9c36cc0ebbbe164ddf191f0ca64d8843140629 /target/image | |
parent | 2f545e6a5148e1a7c3998da153676169dead4d65 (diff) |
fix a small typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5368 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/image')
-rw-r--r-- | target/image/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index 9b983ad603..adace07dc4 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) |