Typo
This commit is contained in:
parent
354a40a813
commit
52cd12195e
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ struct timer *tp;
|
||||||
|
|
||||||
/* get process from timer */
|
/* get process from timer */
|
||||||
if(pm_isokendpt(tmr_arg(tp)->ta_int, &proc_nr_n) != OK) {
|
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);
|
tmr_arg(tp)->ta_int);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue