Skip to content

Commit 6eead5b

Browse files
Typo fix psram.rst
1 parent 5f77e12 commit 6eead5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/psram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following example will **NOT** work:
5353
Using PSRAM for dynamic allocations
5454
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5555

56-
PSRAM can also be used as a heap for dynamica allocations using ``pmalloc`` and
56+
PSRAM can also be used as a heap for dynamic allocations using ``pmalloc`` and
5757
``pcalloc``. These calls function exactly like normal ``malloc`` and ``calloc``
5858
except they allocate space from PSRAM.
5959

0 commit comments

Comments
 (0)