Skip to content

Commit

Permalink
kconfig: util: Fix typo in comment
Browse files Browse the repository at this point in the history
sting replaced with string

Signed-off-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Thomas Weber authored and Jiri Kosina committed Mar 15, 2010
1 parent daf9fe2 commit 31a2d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 31a2d31

Please sign in to comment.