We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc5492 commit a03bda3Copy full SHA for a03bda3
src/include/storage/dsm_impl.h
@@ -72,7 +72,7 @@ extern bool dsm_impl_op(dsm_op op, dsm_handle handle, Size request_size,
72
/* Some implementations cannot resize segments. Can this one? */
73
extern bool dsm_impl_can_resize(void);
74
75
-/* Implementation-dependent actions required to keep segment until shudown. */
+/* Implementation-dependent actions required to keep segment until shutdown. */
76
extern void dsm_impl_pin_segment(dsm_handle handle, void *impl_private);
77
78
#endif /* DSM_IMPL_H */
0 commit comments