Fix a typo.

This commit is contained in:
Jason Evans 2017-07-02 17:55:52 -07:00
parent 896ed3a8b3
commit aa44ddbcdd

View File

@ -22,7 +22,7 @@ brevity. Much more detail can be found in the git revision history:
unlikely to be an issue with other libc implementations. (@interwq) unlikely to be an issue with other libc implementations. (@interwq)
- Mask signals during background thread creation. This prevents signals from - Mask signals during background thread creation. This prevents signals from
being inadvertently delivered to background threads. (@jasone, being inadvertently delivered to background threads. (@jasone,
@davidgoldblatt, @interwq) @davidtgoldblatt, @interwq)
- Avoid inactivity checks within background threads, in order to prevent - Avoid inactivity checks within background threads, in order to prevent
recursive mutex acquisition. (@interwq) recursive mutex acquisition. (@interwq)
- Fix extent_grow_retained() to use the specified hooks when the - Fix extent_grow_retained() to use the specified hooks when the