aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/dsm_impl.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-03-15 18:06:11 -0400
committerRobert Haas <rhaas@postgresql.org>2016-03-15 18:06:11 -0400
commit3aff33aa687e47d52f453892498b30ac98a296af (patch)
tree61560211d409fd97c6ee8e718fe01c9f5db717c6 /src/backend/storage/ipc/dsm_impl.c
parentfd658dbb300456b393536802d1145a9cea7b25d6 (diff)
downloadpostgresql-3aff33aa687e47d52f453892498b30ac98a296af.tar.gz
postgresql-3aff33aa687e47d52f453892498b30ac98a296af.zip
Fix typos.
Oskari Saarenmaa
Diffstat (limited to 'src/backend/storage/ipc/dsm_impl.c')
-rw-r--r--src/backend/storage/ipc/dsm_impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/dsm_impl.c b/src/backend/storage/ipc/dsm_impl.c
index 5d7b46f9e70..173b9822191 100644
--- a/src/backend/storage/ipc/dsm_impl.c
+++ b/src/backend/storage/ipc/dsm_impl.c
@@ -34,7 +34,7 @@
* substantially, but there should be few systems where we must make do
* with such poor tools.
*
- * As ever, Windows requires its own implemetation.
+ * As ever, Windows requires its own implementation.
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California