summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-05-02 04:18:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-02 09:36:26 +0200
commitd5d96ca6c31f503d1286773a40620e0fdd1e5da4 (patch)
treef79727dc9b2bbbdec3f3b0e072c8b40ef9870a20 /net
parente4e3fbd22bca38f10f1cd7a3f5eb75e0b265dcaa (diff)
downloadbarebox-d5d96ca6c31f503d1286773a40620e0fdd1e5da4.tar.gz
barebox-d5d96ca6c31f503d1286773a40620e0fdd1e5da4.tar.xz
complete: eth typo fix
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net')
-rw-r--r--net/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/eth.c b/net/eth.c
index 4ea9fb0f4e..2b492ad904 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -126,7 +126,7 @@ int eth_complete(struct string_list *sl, char *instr)
string_list_add_asprintf(sl, "%s ", devname);
}
- return COMPLETE_CONTNINUE;
+ return COMPLETE_CONTINUE;
}
#endif