From b8334558def9b7efd3cd35fe125ac046b1772a5b Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 11 May 2012 14:50:36 -0400 Subject: libmaple/rcc.c: Fix typo. Signed-off-by: Marti Bolivar --- libmaple/rcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- cgit v1.2.3