aboutsummaryrefslogtreecommitdiff
path: root/contrib/string/string_io.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-03-10 22:28:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-03-10 22:28:22 +0000
commite4704001ea4c3d63b53e8783859ff598ef2f69e5 (patch)
tree56d282d342ead04fc43af4efc5a2eccffa3e27ed /contrib/string/string_io.c
parent081fa240a119b67e28227439a3bf700340442787 (diff)
downloadpostgresql-e4704001ea4c3d63b53e8783859ff598ef2f69e5.tar.gz
postgresql-e4704001ea4c3d63b53e8783859ff598ef2f69e5.zip
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code. Neil Conway
Diffstat (limited to 'contrib/string/string_io.c')
-rw-r--r--contrib/string/string_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/string/string_io.c b/contrib/string/string_io.c
index fdc6da1915e..059dfa08947 100644
--- a/contrib/string/string_io.c
+++ b/contrib/string/string_io.c
@@ -166,7 +166,7 @@ string_output(unsigned char *data, int size)
*
* This function accepts a C string in input and copies it into a new
* object allocated with palloc() translating all escape sequences.
- * An optional header can be allocatd before the string, for example
+ * An optional header can be allocated before the string, for example
* to hold the length of a varlena object.
* This function is not necessary for input from sql commands because
* the parser already does escape translation, all data input routines