Re: [PATCH] Trivial: Scripts: kconfig: util: Fix typo in comment

From: Jiri Kosina
Date: Mon Mar 15 2010 - 10:09:47 EST


On Fri, 19 Feb 2010, Thomas Weber wrote:

> sting replaced with string
>
> Signed-off-by: Thomas Weber <weber@xxxxxxxxxxxxx>
> ---
> 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 b6b2a46..25d1ec4 100644
> --- a/scripts/kconfig/util.c
> +++ b/scripts/kconfig/util.c
> @@ -72,7 +72,7 @@ int file_write_dep(const char *name)
> }
>
>
> -/* Allocate initial growable sting */
> +/* Allocate initial growable string */
> struct gstr str_new(void)
> {
> struct gstr gs;

Doesn't seem to be present in linux-next as of today. I have picked that
up.

--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/