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

Commit b23837d

Browse files
committed
Fix typo in memutils_memorychunk.h
Author: Richard Guo Discussion: https://postgr.es/m/CAMbWs483CYjHoLH32_hd3Yq1NJfravNdL2zy7+e7pwvFPJF1RQ@mail.gmail.com
1 parent 1c77873 commit b23837d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/utils/memutils_memorychunk.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* MemoryContexts may use as a header for chunks of memory they allocate.
66
*
77
* MemoryChunk provides a lightweight header that a MemoryContext can use to
8-
* store a reference back to the block the which the given chunk is allocated
9-
* on and also an additional 30-bits to store another value such as the size
10-
* of the allocated chunk.
8+
* store a reference back to the block which the given chunk is allocated on
9+
* and also an additional 30-bits to store another value such as the size of
10+
* the allocated chunk.
1111
*
1212
* Although MemoryChunks are used by each of our MemoryContexts, future
1313
* implementations may choose to implement their own method for storing chunk

0 commit comments

Comments
 (0)