From 66c02daeaedaf2874abb589142f8a161fdc4c302 Mon Sep 17 00:00:00 2001 From: smlng Date: Thu, 19 Jan 2017 16:00:12 +0100 Subject: [PATCH] core: doc typos --- core/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/doc.txt b/core/doc.txt index b66af6bea..eba36071d 100644 --- a/core/doc.txt +++ b/core/doc.txt @@ -10,14 +10,14 @@ * @defgroup core Kernel * @brief The RIOT micro-kernel containing the core functionality * - * The kernel module contains only the basic OS functionality such as the sheduler, threading, synchronization - * and IRQ-handling. The only exception is the integration of the hardware timer into this module. + * The kernel module contains the basic OS functionality such as the scheduler, + * threading, synchronization and IRQ-handling. */ /** * @defgroup core_util Kernel utilities * @ingroup core - * @brief Utilies and data structures used by the kernel + * @brief Utilities and data structures used by the kernel */ /**