From 38bd27757bec7f8efffd2552b183a05669e0c57b Mon Sep 17 00:00:00 2001
From: Leon George <leon@georgemail.de>
Date: Sun, 20 Jul 2014 21:21:58 +0200
Subject: [PATCH] doc: mainpage.txt fixed minor mistake

---
 doc/doxygen/src/mainpage.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen/src/mainpage.txt b/doc/doxygen/src/mainpage.txt
index c249bd46ed..9212b8de3d 100644
--- a/doc/doxygen/src/mainpage.txt
+++ b/doc/doxygen/src/mainpage.txt
@@ -152,7 +152,7 @@
  * is a default size for any typical thread, _not_ using printf.
  * `KERNEL_CONF_STACKSIZE_PRINTF` defines additional stack space needed if the
  * thread needs to call printf (which requires additional memory when using
- * newlib. `KERNEL_CONF_STACKSIZE_MAIN` is the stack size for the main thread
+ * newlib). `KERNEL_CONF_STACKSIZE_MAIN` is the stack size for the main thread
  * and probably a good size for your application. (Note, that on most
  * non-newlib dependent platforms this will probably equal
  * `KERNEL_CONF_STACKSIZE_DEFAULT`.
-- 
GitLab