Skip to content

Commit 8c34ab9

Browse files
typo
Co-authored-by: Peter Harper <[email protected]>
1 parent e721a2e commit 8c34ab9

File tree

1 file changed

+1
-1
lines changed
  • src/common/pico_base_headers/include/pico

1 file changed

+1
-1
lines changed

src/common/pico_base_headers/include/pico/assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern void hard_assertion_failure(void);
4242
/*! \brief Perform a runtime assertion always (i.e. not just when NDEBUG is undefined)
4343
* \ingroup pico_base
4444
*
45-
* This function is intended to provide useful information in debug builds like a normal asstion, but also
45+
* This function is intended to provide useful information in debug builds like a normal assertion, but also
4646
* prevent execution proceeding in other builds
4747
*
4848
* In debug builds this is equivalent to \ref assert, however in release builds it calls \ref hard_assertion_failure

0 commit comments

Comments
 (0)