Skip to content

Commit

Permalink
Fix misspelling of "successful" and variants in comments.
Browse files Browse the repository at this point in the history
Some comments misspell "successful" or variants of the word; this
fixes them. No code changes.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Adam Buchbinder authored and Jiri Kosina committed Feb 5, 2010
1 parent e34b700 commit 634bad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-s5pc100/setup-sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
char *s5pc100_hsmmc_clksrcs[4] = {
[0] = "hsmmc",
[1] = "hsmmc",
/* [2] = "mmc_bus", not yet succesfuuly used yet */
/* [3] = "48m", - note not succesfully used yet */
/* [2] = "mmc_bus", not yet successfully used yet */
/* [3] = "48m", - note not successfully used yet */
};


Expand Down

0 comments on commit 634bad6

Please sign in to comment.