mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Fix inconsistencies and typos in the tree
This is numbered take 8, and addresses again a set of issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/b137b5eb-9c95-9c2f-586e-38aba7d59788@gmail.com
This commit is contained in:
@@ -178,7 +178,7 @@ recompose_code(uint32 start, uint32 code, uint32 *result)
|
||||
((start - SBASE) % TCOUNT) == 0 &&
|
||||
code >= TBASE && code < (TBASE + TCOUNT))
|
||||
{
|
||||
/* make syllable of from LVT */
|
||||
/* make syllable of form LVT */
|
||||
uint32 tindex = code - TBASE;
|
||||
|
||||
*result = start + tindex;
|
||||
|
Reference in New Issue
Block a user