diff --git a/sys/sys/sched.h b/sys/sys/sched.h index 9d37e8f0f999..fd84b987d9b1 100644 --- a/sys/sys/sched.h +++ b/sys/sys/sched.h @@ -213,7 +213,7 @@ SYSINIT(name, SI_SUB_LAST, SI_ORDER_MIDDLE, name ## _add_proc, NULL); SCHED_STAT_DEFINE_VAR(name, &DPCPU_NAME(name), descr) /* * Sched stats are always incremented in critical sections so no atomic - * is necesssary to increment them. + * is necessary to increment them. */ #define SCHED_STAT_INC(var) DPCPU_GET(var)++; #else