1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Fix typos in comments.

This commit is contained in:
Fujii Masao
2014-07-07 19:39:42 +09:00
parent 4893ccd024
commit 4cbd128328
3 changed files with 3 additions and 3 deletions

View File

@ -680,7 +680,7 @@ extern Datum Float8GetDatum(float8 X);
*/
/*
* Backend only infrastructure for the the assertion-related macros in c.h.
* Backend only infrastructure for the assertion-related macros in c.h.
*
* ExceptionalCondition must be present even when assertions are not enabled.
*/