diff options
-rw-r--r-- | libmaple/rcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/rcc.c b/libmaple/rcc.c index 7b7be0d..8e7d1ea 100644 --- a/libmaple/rcc.c +++ b/libmaple/rcc.c @@ -113,7 +113,7 @@ static inline uint32 rcc_clk_ready_mask(rcc_clk clock) { /** * @brief Turn on a clock source. * - * After this routine exists, callers should ensure that the clock + * After this routine exits, callers should ensure that the clock * source is ready by waiting until rcc_is_clk_ready(clock) returns * true. * |