diff options
author | Matt Mackall <mpm@selenic.com> | 2006-01-03 07:27:11 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-03 07:27:11 -0500 |
commit | 4a4efbdee278b2f4ed91aad2db5c006ff754276e (patch) | |
tree | be5742c3d3ff5382c8a6ccdcd31bfe00fb9b6491 /scripts/kconfig/util.c | |
parent | 7a1119b1fc87cc347d3932b8aee051e86b32818f (diff) |
s/retreiv/retriev/g
As everyone knows, the rule is: "i before e.. um.. always."
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'scripts/kconfig/util.c')
-rw-r--r-- | scripts/kconfig/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 1fa4c0b801b3..4556014f2f00 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c | |||
@@ -101,7 +101,7 @@ void str_printf(struct gstr *gs, const char *fmt, ...) | |||
101 | va_end(ap); | 101 | va_end(ap); |
102 | } | 102 | } |
103 | 103 | ||
104 | /* Retreive value of growable string */ | 104 | /* Retrieve value of growable string */ |
105 | const char *str_get(struct gstr *gs) | 105 | const char *str_get(struct gstr *gs) |
106 | { | 106 | { |
107 | return gs->s; | 107 | return gs->s; |