summaryrefslogtreecommitdiff
path: root/src/include/storage/shm_toc.h
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/include/storage/shm_toc.h
parentfd658dbb300456b393536802d1145a9cea7b25d6 (diff)
Fix typos.
Oskari Saarenmaa
Diffstat (limited to 'src/include/storage/shm_toc.h')
-rw-r--r--src/include/storage/shm_toc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/shm_toc.h b/src/include/storage/shm_toc.h
index 4673c478440..6822f919c48 100644
--- a/src/include/storage/shm_toc.h
+++ b/src/include/storage/shm_toc.h
@@ -5,7 +5,7 @@
*
* This is intended to provide a simple way to divide a chunk of shared
* memory (probably dynamic shared memory allocated via dsm_create) into
- * a number of regions and keep track of the addreses of those regions or
+ * a number of regions and keep track of the addresses of those regions or
* key data structures within those regions. This is not intended to
* scale to a large number of keys and will perform poorly if used that
* way; if you need a large number of pointers, store them within some