Skip to content

Commit f8997fa

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Merge branch 'kegilbert-patch-4' of ssh://github.com/ARMmbed/mbed-os into rollup
2 parents ae28c74 + 69e763e commit f8997fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_assert.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
extern "C" {
3030
#endif
3131

32-
/** Internal mbed assert function which is invoked when MBED_ASSERT macro failes.
32+
/** Internal mbed assert function which is invoked when MBED_ASSERT macro fails.
3333
* This function is active only if NDEBUG is not defined prior to including this
3434
* assert header file.
3535
* In case of MBED_ASSERT failing condition, error() is called with the assertation message.
36-
* @param expr Expresion to be checked.
36+
* @param expr Expression to be checked.
3737
* @param file File where assertation failed.
3838
* @param line Failing assertation line number.
3939
*/

0 commit comments

Comments
 (0)