summaryrefslogtreecommitdiff
path: root/src/include/port/solaris.h
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 /src/include/port/solaris.h
parent081fa240a119b67e28227439a3bf700340442787 (diff)
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code. Neil Conway
Diffstat (limited to 'src/include/port/solaris.h')
-rw-r--r--src/include/port/solaris.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/port/solaris.h b/src/include/port/solaris.h
index cdffb61e903..c723cd6f379 100644
--- a/src/include/port/solaris.h
+++ b/src/include/port/solaris.h
@@ -1,10 +1,10 @@
-/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.7 2001/11/05 17:46:35 momjian Exp $ */
+/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.8 2003/03/10 22:28:21 tgl Exp $ */
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;
/*
- * Sort this out for all operting systems some time. The __xxx
+ * Sort this out for all operating systems some time. The __xxx
* symbols are defined on both GCC and Solaris CC, although GCC
* doesn't document them. The __xxx__ symbols are only on GCC.
*/