We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae28c74 + 69e763e commit f8997faCopy full SHA for f8997fa
platform/mbed_assert.h
@@ -29,11 +29,11 @@
29
extern "C" {
30
#endif
31
32
-/** Internal mbed assert function which is invoked when MBED_ASSERT macro failes.
+/** Internal mbed assert function which is invoked when MBED_ASSERT macro fails.
33
* This function is active only if NDEBUG is not defined prior to including this
34
* assert header file.
35
* In case of MBED_ASSERT failing condition, error() is called with the assertation message.
36
- * @param expr Expresion to be checked.
+ * @param expr Expression to be checked.
37
* @param file File where assertation failed.
38
* @param line Failing assertation line number.
39
*/
0 commit comments