Skip to content

Commit

Permalink
fix typos concerning "first"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Uwe Kleine-König authored and Jiri Kosina committed Jun 16, 2010
1 parent 46cd09a commit 85dd08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ static void gfar_init_filer_table(struct gfar_private *priv)
rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV4 | RQFPR_UDP);
rqfar = cluster_entry_per_class(priv, rqfar, RQFPR_IPV4 | RQFPR_TCP);

/* cur_filer_idx indicated the fisrt non-masked rule */
/* cur_filer_idx indicated the first non-masked rule */
priv->cur_filer_idx = rqfar;

/* Rest are masked rules */
Expand Down

0 comments on commit 85dd08e

Please sign in to comment.