Skip to content

Commit d7abd66

Browse files
authored
Fix typo (#2508)
1 parent a9146b6 commit d7abd66

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/pico_stdio/include/pico

1 file changed

+1
-1
lines changed

src/rp2_common/pico_stdio/include/pico/stdio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static inline int puts_raw(const char *s) {
159159
*/
160160
void stdio_set_chars_available_callback(void (*fn)(void*), void *param);
161161

162-
/*! \brief Waits until a timeout to reard at least one character into a buffer
162+
/*! \brief Waits until a timeout to read at least one character into a buffer
163163
* \ingroup pico_stdio
164164
*
165165
* This method returns as soon as input is available, but more characters may

0 commit comments

Comments
 (0)