summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-03 18:31:37 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-03 18:31:37 +0200
commitbc83c86a001bcb649b1c8a9c140cdadaea2b2947 (patch)
tree9adbaba316c2da4ce528f472d604ccd5f762fecb /README.md
parent04f3ec5d30409f8feb85d3bf8be1beec9e77b6c2 (diff)
Fix typo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfa2be3..80d9d87 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ language has some dark corners.
* [kconfig-diff.py](https://gist.github.com/dubiousjim/5638961) -- a script by [dubiousjim](https://github.com/dubiousjim) that compares kernel configurations.
- * Originally, Kconfiglib was used in chapter 4 my [master's thesis](http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01.pdf) to automatically generate a "minimal" kernel for a given system. Parts of it bother me a bit now, but that's how it goes with old work.
+ * Originally, Kconfiglib was used in chapter 4 of my [master's thesis](http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01.pdf) to automatically generate a "minimal" kernel for a given system. Parts of it bother me a bit now, but that's how it goes with old work.
## Test suite ##