diff options
author | Magnus Hagander <magnus@hagander.net> | 2016-04-29 16:14:20 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2016-04-29 16:15:07 +0200 |
commit | a03bda323b0713aeaacfd0050be76df9e6b06a13 (patch) | |
tree | c04e72317e04fbaae4212d9b7785606428cc97c9 /src | |
parent | 7dc549238eabe6a634af3e24520f2c3f5667f76f (diff) | |
download | postgresql-a03bda323b0713aeaacfd0050be76df9e6b06a13.tar.gz postgresql-a03bda323b0713aeaacfd0050be76df9e6b06a13.zip |
Fix typo
Author: Thomas Munro
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/dsm_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/dsm_impl.h b/src/include/storage/dsm_impl.h index 7f39b030f80..ec05e22a6bd 100644 --- a/src/include/storage/dsm_impl.h +++ b/src/include/storage/dsm_impl.h @@ -72,7 +72,7 @@ extern bool dsm_impl_op(dsm_op op, dsm_handle handle, Size request_size, /* Some implementations cannot resize segments. Can this one? */ extern bool dsm_impl_can_resize(void); -/* Implementation-dependent actions required to keep segment until shudown. */ +/* Implementation-dependent actions required to keep segment until shutdown. */ extern void dsm_impl_pin_segment(dsm_handle handle, void *impl_private); #endif /* DSM_IMPL_H */ |