commit | 4a4efbdee278b2f4ed91aad2db5c006ff754276e | [log] [tgz] |
---|---|---|
author | Matt Mackall <mpm@selenic.com> | Tue Jan 03 13:27:11 2006 +0100 |
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | Tue Jan 03 13:27:11 2006 +0100 |
tree | be5742c3d3ff5382c8a6ccdcd31bfe00fb9b6491 | |
parent | 7a1119b1fc87cc347d3932b8aee051e86b32818f [diff] [blame] |
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>
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c index 1fa4c0b..4556014 100644 --- a/scripts/kconfig/util.c +++ b/scripts/kconfig/util.c
@@ -101,7 +101,7 @@ va_end(ap); } -/* Retreive value of growable string */ +/* Retrieve value of growable string */ const char *str_get(struct gstr *gs) { return gs->s;