Minor mbed_assert doxy typos patch

pull/8459/head
Kevin Gilbert 2018-10-17 16:59:07 -05:00 committed by GitHub
parent fc41c3d8e3
commit 69e763e254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/