SQLite Forum

Typo on https://www.sqlite.org/compile.html
Login
On this part:


```
SQLITE_USE_ALLOCA

    If this option is enabled, then the alloca() memory allocator will be used in a few situations where it is appropriate. This results in a slightly smaller and faster binary. The SQLITE_USE_ALLOCA compile-time only only works, of course, on systems that support alloca(). 
```

"compile-time only only works" should be "compile-time option only works".