This commit is contained in:
Ben Gras 2006-03-28 10:09:43 +00:00
parent 354a40a813
commit 52cd12195e

View file

@ -368,7 +368,7 @@ struct timer *tp;
/* get process from timer */
if(pm_isokendpt(tmr_arg(tp)->ta_int, &proc_nr_n) != OK) {
printf("PM: ignoring timer for invalid enpoint %d\n",
printf("PM: ignoring timer for invalid endpoint %d\n",
tmr_arg(tp)->ta_int);
return;
}