summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-07-02 10:59:30 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-02 10:59:30 +0200
commit6e4b15537b522fc6d393d664c12f40b4a00b5ef6 (patch)
treedc6dde42fe31820cd86719ed1d0c3e20983dff6b /include
parentdd3c898d06a55a4c6fe94dae3f732a541e983432 (diff)
parenta0b061147767c16eb443f510b7424e03d2f07209 (diff)
downloadbarebox-6e4b15537b522fc6d393d664c12f40b4a00b5ef6.tar.gz
barebox-6e4b15537b522fc6d393d664c12f40b4a00b5ef6.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'include')
-rw-r--r--include/complete.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/complete.h b/include/complete.h
index 8248c64d0c..33b848c91e 100644
--- a/include/complete.h
+++ b/include/complete.h
@@ -15,7 +15,7 @@ int command_complete(struct string_list *sl, char *instr);
int device_complete(struct string_list *sl, char *instr);
int empty_complete(struct string_list *sl, char *instr);
int eth_complete(struct string_list *sl, char *instr);
-int cammand_var_complete(struct string_list *sl, char *instr);
+int command_var_complete(struct string_list *sl, char *instr);
int devfs_partition_complete(struct string_list *sl, char *instr);
#endif /* __COMPLETE_ */