From abd7611bbadd74fd55a465101a02b0ece59aba08 Mon Sep 17 00:00:00 2001
From: Giovanni Di Sirio <gdisirio@gmail.com>
Date: Sun, 7 Feb 2016 11:44:29 +0000
Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8858
 35acf78f-673a-0410-8e92-d51de3d6d3f4

---
 os/rt/include/chschd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h
index 93b72ec31..18412ccc1 100644
--- a/os/rt/include/chschd.h
+++ b/os/rt/include/chschd.h
@@ -76,7 +76,7 @@
 #define CH_STATE_SNDMSGQ    (tstate_t)12     /**< @brief Sending a message,
                                                   in queue.                 */
 #define CH_STATE_SNDMSG     (tstate_t)13     /**< @brief Sent a message,
-                                                  waiting answer.          */
+                                                  waiting answer.           */
 #define CH_STATE_WTMSG      (tstate_t)14     /**< @brief Waiting for a
                                                   message.                  */
 #define CH_STATE_FINAL      (tstate_t)15     /**< @brief Thread terminated. */
-- 
cgit v1.2.3