spelling: actually

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:19:42 -05:00
parent 2e283181ba
commit 395e6d3b22

View file

@ -26,7 +26,7 @@
* isn't compiled into the final firmware binary image.
*
* Token format:
* The token is acually a packed uint32_t. The format is as follows:
* The token is actually a packed uint32_t. The format is as follows:
* 31-29: num fmt conversions [0-7]
* 28-26: string index 2 [0-7], 1 based. 0 if no second string. 1-7 otherwise
* 25-23: string index 1 [0-7], 1 based. 0 if no first string. 1-7 otherwise