From 89f812e01d74da47369ae049daa92d8f240ceba7 Mon Sep 17 00:00:00 2001 From: gulyasm Date: Sun, 18 Jan 2015 19:45:29 +0100 Subject: [PATCH] Fixed a typo and a grammar mistake. --- README.md | 4 ++-- contributors.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4ebd38..d73c189 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ linux-internals Series of posts about linux kernel. -**Goal is simple** - to share my modest knowledge about linux kernel internals and help people who interested in low-level stuff and linux kernel as me. +**Goal is simple** - to share my modest knowledge about linux kernel internals and help people who are interested in low-level stuff and linux kernel as me. -**Questions/Suggestions**: Feel free about any questions or suggestsions by pinging me at twitter [@0xAX](https://twitter.com/0xAX), adding [issue](https://github.com/0xAX/linux-internals/issues/new) or just drop me [email](anotherworldofworld@gmail.com). +**Questions/Suggestions**: Feel free about any questions or suggestions by pinging me at twitter [@0xAX](https://twitter.com/0xAX), adding [issue](https://github.com/0xAX/linux-internals/issues/new) or just drop me [email](anotherworldofworld@gmail.com). **Contributions**: Feel free to create issues or create pull-requests if you find issues or my English is poor. diff --git a/contributors.md b/contributors.md index d9d2d98..99a42fd 100644 --- a/contributors.md +++ b/contributors.md @@ -15,3 +15,4 @@ Thank you to all contributors: * [Bogdan Rădulescu](https://github.com/bogdanr) * [zil](https://github.com/zil) * [codelitt](https://github.com/codelitt) +* [gulyasm](https://github.com/gulyasm)