Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a03bda3

Browse files
committed
Fix typo
Author: Thomas Munro
1 parent 7dc5492 commit a03bda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/storage/dsm_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extern bool dsm_impl_op(dsm_op op, dsm_handle handle, Size request_size,
7272
/* Some implementations cannot resize segments. Can this one? */
7373
extern bool dsm_impl_can_resize(void);
7474

75-
/* Implementation-dependent actions required to keep segment until shudown. */
75+
/* Implementation-dependent actions required to keep segment until shutdown. */
7676
extern void dsm_impl_pin_segment(dsm_handle handle, void *impl_private);
7777

7878
#endif /* DSM_IMPL_H */

0 commit comments

Comments
 (0)