diff options
Diffstat (limited to 'src/include/storage/shm_toc.h')
-rw-r--r-- | src/include/storage/shm_toc.h | 2 |
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 |