[ion] Typo

This commit is contained in:
Léa Saviot
2020-01-21 17:14:01 +01:00
parent 40ed9b3557
commit d70c4c7205

View File

@@ -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();
}