Commit fbfecd3712f917ca210a55c157233d88b785896b

Authored by Uwe Kleine-König
Committed by Jiri Kosina
1 parent bf48aabb89

tree-wide: fix typos "couter" -> "counter"

This patch was generated by

	git grep -E -i -l 'couter' | xargs -r perl -p -i -e 's/couter/counter/'

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff

... ... @@ -3238,7 +3238,7 @@
3238 3238  
3239 3239 /**
3240 3240 * s2io_chk_xpak_counter - Function to check the status of the xpak counters
3241   - * @counter : couter value to be updated
  3241 + * @counter : counter value to be updated
3242 3242 * @flag : flag to indicate the status
3243 3243 * @type : counter type
3244 3244 * Description:
drivers/s390/block/dasd_proc.c
... ... @@ -215,7 +215,7 @@
215 215 }
216 216  
217 217 prof = &dasd_global_profile;
218   - /* prevent couter 'overflow' on output */
  218 + /* prevent counter 'overflow' on output */
219 219 for (factor = 1; (prof->dasd_io_reqs / factor) > 9999999;
220 220 factor *= 10);
221 221  
kernel/irq/spurious.c
... ... @@ -230,7 +230,7 @@
230 230 /*
231 231 * If we are seeing only the odd spurious IRQ caused by
232 232 * bus asynchronicity then don't eventually trigger an error,
233   - * otherwise the couter becomes a doomsday timer for otherwise
  233 + * otherwise the counter becomes a doomsday timer for otherwise
234 234 * working systems
235 235 */
236 236 if (time_after(jiffies, desc->last_unhandled + HZ/10))
sound/synth/emux/soundfont.c
... ... @@ -374,7 +374,7 @@
374 374  
375 375  
376 376 /*
377   - * increment sample couter
  377 + * increment sample counter
378 378 */
379 379 static void
380 380 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,