mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13. Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
This commit is contained in:
@@ -633,7 +633,7 @@ restart:
|
||||
/* shift forward, starting at last occupied element */
|
||||
|
||||
/*
|
||||
* TODO: This could be optimized to be one memcpy in may cases,
|
||||
* TODO: This could be optimized to be one memcpy in many cases,
|
||||
* excepting wrapping around at the end of ->data. Hasn't shown up
|
||||
* in profiles so far though.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user