Skip to content

Commit 7e305a7

Browse files
authored
fix typo (#1217)
1 parent c05c97d commit 7e305a7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/rp2_common/pico_rand/include/pico/rand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extern "C" {
5555
* With default settings, the seed generation takes approximately 1 millisecond while
5656
* subsequent random numbers generally take between 10 and 20 microseconds to generate.
5757
*
58-
* pico_rand methods may be safely called from either core or from an IRQ, but be careful in the latter case as the
58+
* pico_rand methods may be safely called from either core or from an IRQ, but be careful in the latter case as
5959
* the calls may block for a number of microseconds waiting on more entropy.
6060
*/
6161

0 commit comments

Comments
 (0)