Typo

Started by Thomas Munroover 9 years ago2 messages
#1Thomas Munro
thomas.munro@enterprisedb.com
1 attachment(s)

Hi,

Here is a patch to fix a typo in dsm_impl.h.

--
Thomas Munro
http://www.enterprisedb.com

Attachments:

typo.patchapplication/octet-stream; name=typo.patchDownload
diff --git a/src/include/storage/dsm_impl.h b/src/include/storage/dsm_impl.h
index 7f39b03..ec05e22 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 */
#2Magnus Hagander
magnus@hagander.net
In reply to: Thomas Munro (#1)
Re: Typo

On Fri, Apr 29, 2016 at 1:37 PM, Thomas Munro <thomas.munro@enterprisedb.com

wrote:

Hi,

Here is a patch to fix a typo in dsm_impl.h.

Applied, thanks.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/