1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-02-07 05:02:47 +00:00
linux-insides/Timers
Mike Ottum b9d8ea78bb Small grammar fixes in timers-7.md
I went through the first third of timers-7.md and made some small changes to correct grammar usage and try to make it flow better. Please let me know if any of my changes affect the meaning or style of the writing, as this was not my intent.

If these sorts of changes are desirable, I can go through the rest of the file for grammar (as well as other files).
2016-03-27 16:37:57 -07:00
..
README.md Update README.md 2016-03-27 20:14:24 +06:00
timers-1.md Update timers-1.md 2016-03-14 10:46:07 +01:00
timers-2.md timers-2.md: typo fix, dependend -> depdendent 2016-03-14 07:26:18 +07:00
timers-3.md Update timers-3.md 2016-03-10 23:42:10 +06:00
timers-4.md Update timers-4.md 2016-03-10 23:42:21 +06:00
timers-5.md Create timers-5.md 2016-03-13 20:05:45 +06:00
timers-6.md Fix spelling 2016-03-20 20:49:58 +01:00
timers-7.md Small grammar fixes in timers-7.md 2016-03-27 16:37:57 -07:00

Timers and time management

This chapter describes timers and time management related concepts in the linux kernel.