diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/sources.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index fcb3e402f85..614defaa2f1 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -860,7 +860,7 @@ BETTER: unrecognized node type: 42 Code in <productname>PostgreSQL</> should only rely on language features available in the C89 standard. That means a conforming C89 compiler has to be able to compile postgres, at least aside - from a few platform dependant pieces. Features from later + from a few platform dependent pieces. Features from later revision of the C standard or compiler specific features can be used, if a fallback is provided. </para> |