1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00
This commit is contained in:
Jonas Fonseca 2006-01-14 08:24:11 +01:00 committed by Jonas Fonseca
parent d7571e313c
commit f19aa38e1f

View File

@ -170,7 +170,7 @@ void elinks_assertm(int x, unsigned char *fmt, ...)
* paths will get hit (and since developers usually don't test CONFIG_FASTMEM mode
* extensively...). So better don't mess with it, even if you would do that
* with awareness of this fact. We don't want to iterate over tens of spots all
* over the code when we chane one detail regarding CONFIG_FASTMEM operation.
* over the code when we change one detail regarding CONFIG_FASTMEM operation.
*
* This is not that actual after introduction of if_assert_failed, but it's
* a safe recommendation anyway, so... ;-) */