1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix misc typos in comments.

Spotted mostly by Fabien Coelho.

Discussion: https://www.postgresql.org/message-id/alpine.DEB.2.21.1901230947050.16643@lancre
This commit is contained in:
Heikki Linnakangas
2019-01-23 13:39:00 +02:00
parent 6106f9dd71
commit 2146718b3c
3 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ pgp_parse_pkt_hdr(PullFilter *src, uint8 *tag, int *len_p, int allow_ctx)
int res;
uint8 *p;
/* EOF is normal here, thus we dont use GETBYTE */
/* EOF is normal here, thus we don't use GETBYTE */
res = pullf_read(src, 1, &p);
if (res < 0)
return res;