diff options
| author | Fujii Masao <fujii@postgresql.org> | 2014-07-07 19:39:42 +0900 |
|---|---|---|
| committer | Fujii Masao <fujii@postgresql.org> | 2014-07-07 19:39:42 +0900 |
| commit | 4cbd12832839830fe58bb5d9d4ba7e2ec84952ce (patch) | |
| tree | b7c6179bdc7538dbc910246e5a6d64e848a1a043 /src/include/postgres.h | |
| parent | 4893ccd02459fdb444f4f4b34c441eb899592879 (diff) | |
| download | postgresql-4cbd12832839830fe58bb5d9d4ba7e2ec84952ce.tar.gz | |
Fix typos in comments.
Diffstat (limited to 'src/include/postgres.h')
| -rw-r--r-- | src/include/postgres.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index b123813bc4..0071b42051 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -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. */ |
