diff --git a/include/linux/freezer.h b/include/linux/freezer.h index dd03e837ebb7fa4c4dd5f86ada677595367d3dba..5b2cf48b2a7c5b6c84f0f596dd04fafa14c8ca48 100644 --- a/include/linux/freezer.h +++ b/include/linux/freezer.h @@ -181,7 +181,7 @@ static inline void freezable_schedule_unsafe(void) } /* - * Like freezable_schedule_timeout(), but should not block the freezer. Do not + * Like schedule_timeout(), but should not block the freezer. Do not * call this with locks held. */ static inline long freezable_schedule_timeout(long timeout)