From 69e763e2545848d619ef658d5bc45d8b56c1b635 Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Wed, 17 Oct 2018 16:59:07 -0500 Subject: [PATCH] Minor mbed_assert doxy typos patch --- platform/mbed_assert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mbed_assert.h b/platform/mbed_assert.h index 8aecdcc3fa..f70159cc75 100644 --- a/platform/mbed_assert.h +++ b/platform/mbed_assert.h @@ -29,11 +29,11 @@ extern "C" { #endif -/** Internal mbed assert function which is invoked when MBED_ASSERT macro failes. +/** Internal mbed assert function which is invoked when MBED_ASSERT macro fails. * This function is active only if NDEBUG is not defined prior to including this * assert header file. * In case of MBED_ASSERT failing condition, error() is called with the assertation message. - * @param expr Expresion to be checked. + * @param expr Expression to be checked. * @param file File where assertation failed. * @param line Failing assertation line number. */