summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-13 20:36:50 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-13 22:00:54 +0200
commitf9b932fed97dfebdc080a76ab91dd8d8a6afa70f (patch)
treef5bdbad7e690d6cd50034cb85787b16e5470e04e /scripts
parent714c20c568f14f74fbdf6cf66c8e2d303eca64c1 (diff)
downloadbarebox-f9b932fed97dfebdc080a76ab91dd8d8a6afa70f.tar.gz
barebox-f9b932fed97dfebdc080a76ab91dd8d8a6afa70f.tar.xz
fix typo funtion -> function
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index e99448602c..795ee8d09b 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -604,7 +604,7 @@ static int strrcmp(const char *s, const char *sub)
* Whitelist to allow certain references to pass with no warning.
*
* Pattern 0:
- * Do not warn if funtion/data are marked with __init_refok/__initdata_refok.
+ * Do not warn if function/data are marked with __init_refok/__initdata_refok.
* The pattern is identified by:
* fromsec = .text.init.refok | .data.init.refok
*