mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typos in comments.
This commit is contained in:
@ -3587,7 +3587,7 @@ do_to_timestamp(text *date_txt, text *fmt,
|
||||
if (tmfc.bc)
|
||||
tmfc.cc = -tmfc.cc;
|
||||
if (tmfc.cc >= 0)
|
||||
/* +1 becuase 21st century started in 2001 */
|
||||
/* +1 because 21st century started in 2001 */
|
||||
tm->tm_year = (tmfc.cc - 1) * 100 + 1;
|
||||
else
|
||||
/* +1 because year == 599 is 600 BC */
|
||||
|
Reference in New Issue
Block a user