We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b712c8d commit cacb3c7Copy full SHA for cacb3c7
kernel/time/tick-common.c
@@ -118,7 +118,7 @@ void tick_handle_periodic(struct clock_event_device *dev)
118
* to be sure we're using a real hardware clocksource.
119
* Otherwise we could get trapped in an infinite
120
* loop, as the tick_periodic() increments jiffies,
121
- * when then will increment time, posibly causing
+ * which then will increment time, possibly causing
122
* the loop to trigger again and again.
123
*/
124
if (timekeeping_valid_for_hres())
0 commit comments