From d70c4c720542e45f5702ea39d29c5be5013ad51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Tue, 21 Jan 2020 17:14:01 +0100 Subject: [PATCH] [ion] Typo --- ion/include/ion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/include/ion.h b/ion/include/ion.h index dbfae79c1..ac327bbac 100644 --- a/ion/include/ion.h +++ b/ion/include/ion.h @@ -45,7 +45,7 @@ uint32_t random(); // Decompress data void decompress(const uint8_t * src, uint8_t * dst, int srcSize, int dstSize); -// Tells wether the stack pointer is within acceptable bounds +// Tells whether the stack pointer is within acceptable bounds bool stackSafe(); }