From fa0a5ae1e1f5689bd36d71528845a47f6ce9c8b6 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Fri, 16 Oct 2015 22:14:50 +0800 Subject: [PATCH] modify 'internals' to 'insides' --- Timers/timers-1.md | 2 +- Timers/timers-2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Timers/timers-1.md b/Timers/timers-1.md index 3a24c1d..d72a96f 100644 --- a/Timers/timers-1.md +++ b/Timers/timers-1.md @@ -408,7 +408,7 @@ Conclusion This concludes the first part covering time and time management related concepts in the Linux kernel. We met first two concepts and its initialization in this part: `jiffies` and `clocksource`. In the next part we will continue to dive into this interesting theme and as I already wrote in this part we will acquainted and try to understand internals of these and other time management concepts in the Linux kernel. -If you have questions or suggestions, feel free to ping me in twitter [0xAX](https://twitter.com/0xAX), drop me [email](anotherworldofworld@gmail.com) or just create [issue](https://github.com/0xAX/linux-internals/issues/new). +If you have questions or suggestions, feel free to ping me in twitter [0xAX](https://twitter.com/0xAX), drop me [email](anotherworldofworld@gmail.com) or just create [issue](https://github.com/0xAX/linux-insides/issues/new). **Please note that English is not my first language and I am really sorry for any inconvenience. If you found any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** diff --git a/Timers/timers-2.md b/Timers/timers-2.md index 27e0abb..f29b366 100644 --- a/Timers/timers-2.md +++ b/Timers/timers-2.md @@ -423,7 +423,7 @@ Conclusion This is the end of the second part of the chapter that describes timers and timer management related stuff in the Linux kernel. In the previous part got acquainted with the following two concepts: `jiffies` and `clocksource`. In this part we saw some examples of the `jiffies` usage and knew more details about the `clocksource` concept. -If you have questions or suggestions, feel free to ping me in twitter [0xAX](https://twitter.com/0xAX), drop me [email](anotherworldofworld@gmail.com) or just create [issue](https://github.com/0xAX/linux-internals/issues/new). +If you have questions or suggestions, feel free to ping me in twitter [0xAX](https://twitter.com/0xAX), drop me [email](anotherworldofworld@gmail.com) or just create [issue](https://github.com/0xAX/linux-insides/issues/new). **Please note that English is not my first language and I am really sorry for any inconvenience. If you found any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).**