mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix typos in comments
Dmitriy Olshevskiy
This commit is contained in:
@ -37,7 +37,7 @@ typedef struct
|
||||
* Returns a pointer to the first character of the word, and a pointer
|
||||
* to the next byte after the last character in the word (in *end).
|
||||
* Character '*' at the end of word will not be threated as word
|
||||
* charater if flags is not null.
|
||||
* character if flags is not null.
|
||||
*/
|
||||
static char *
|
||||
findwrd(char *in, char **end, uint16 *flags)
|
||||
|
Reference in New Issue
Block a user