Typo fix psram.rst

This commit is contained in:
Earle F. Philhower, III 2024-10-04 17:40:57 -07:00 committed by GitHub
parent 5f77e12984
commit 6eead5b0df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ The following example will **NOT** work:
Using PSRAM for dynamic allocations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PSRAM can also be used as a heap for dynamica allocations using ``pmalloc`` and
PSRAM can also be used as a heap for dynamic allocations using ``pmalloc`` and
``pcalloc``. These calls function exactly like normal ``malloc`` and ``calloc``
except they allocate space from PSRAM.