From: Magnus Hagander Date: Fri, 29 Apr 2016 14:14:20 +0000 (+0200) Subject: Fix typo X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a03bda323b0713aeaacfd0050be76df9e6b06a13;p=users%2Fheikki%2Fpostgres.git Fix typo Author: Thomas Munro --- diff --git a/src/include/storage/dsm_impl.h b/src/include/storage/dsm_impl.h index 7f39b030f8..ec05e22a6b 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 */