Skip to content

Commit

Permalink
trivial: Fix misspelling of "firmware" in ipw2100.c
Browse files Browse the repository at this point in the history
Fix misspelling of "firmware" in ipw2100.c

It's spelled "firmware".

Signed-off-by: Nick Andrew <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
nickandrew authored and Jiri Kosina committed Jan 6, 2009
1 parent d535295 commit 4407245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ipw2x00/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ static void ipw2100_down(struct ipw2100_priv *priv)
cancel_delayed_work(&priv->rf_kill);
}

/* Kill the firmare hang check timer */
/* Kill the firmware hang check timer */
if (!priv->stop_hang_check) {
priv->stop_hang_check = 1;
cancel_delayed_work(&priv->hang_check);
Expand Down

0 comments on commit 4407245

Please sign in to comment.