plasma-umass / coz

Coz: Causal Profiling
Other
4.04k stars 160 forks source link

docs: fix simple typo, incrmental -> incremental #174

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in benchmarks/sqlite-modified/sqlite3.c, benchmarks/sqlite/sqlite3.c.

Should read incremental rather than incrmental.

emeryberger commented 3 years ago

Turns out this typo is (still) upstream:

./ext/fts3/fts3_write.c:** This function is called after an incrmental-merge operation has run to

Probably best to issue a PR there :)

https://github.com/sqlite/sqlite