Sfoglia il codice sorgente

fix typo in HFS kernel module

Signed-off-by: Ian Leonard <[email protected]>

SVN-Revision: 34963
John Crispin 13 anni fa
parent
commit
075ea0d52e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/kernel/modules/fs.mk

+ 1 - 1
package/kernel/modules/fs.mk

@@ -122,7 +122,7 @@ $(eval $(call KernelPackage,fuse))
 
 define KernelPackage/fs-hfs
   SUBMENU:=$(FS_MENU)
-  TITLE:=HFS+ filesystem support
+  TITLE:=HFS filesystem support
   KCONFIG:=CONFIG_HFS_FS
   FILES:=$(LINUX_DIR)/fs/hfs/hfs.ko
   AUTOLOAD:=$(call AutoLoad,30,hfs)