From 3eb5840723fcae22783cbeaaffd78267401bc39f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 19 Nov 2013 14:59:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6497 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/st.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/os/hal/include/st.h b/os/hal/include/st.h index b2cb00543..43d64f643 100644 --- a/os/hal/include/st.h +++ b/os/hal/include/st.h @@ -60,7 +60,7 @@ /** * @brief Returns the time counter value. * @note This functionality is only available in free running mode, the - * behavior in periodic mode is undefined. + * behaviour in periodic mode is undefined. * * @return The counter value. * @@ -73,7 +73,7 @@ * @note Makes sure that no spurious alarms are triggered after * this call. * @note This functionality is only available in free running mode, the - * behavior in periodic mode is undefined. + * behaviour in periodic mode is undefined. * * @param[in] time the time to be set for the first alarm * @@ -84,7 +84,7 @@ /** * @brief Stops the alarm interrupt. * @note This functionality is only available in free running mode, the - * behavior in periodic mode is undefined. + * behaviour in periodic mode is undefined. * * @api */ @@ -93,7 +93,7 @@ /** * @brief Sets the alarm time. * @note This functionality is only available in free running mode, the - * behavior in periodic mode is undefined. + * behaviour in periodic mode is undefined. * * @param[in] time the time to be set for the next alarm * @@ -104,7 +104,7 @@ /** * @brief Returns the current alarm time. * @note This functionality is only available in free running mode, the - * behavior in periodic mode is undefined. + * behaviour in periodic mode is undefined. * * @return The currently set alarm time. * -- cgit v1.2.3