Skip to content

Commit 381200b

Browse files
committed
Fix typo in C comment.
1 parent 56dffb5 commit 381200b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/include/storage/bufpage.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ typedef PageHeaderData *PageHeader;
301301
* Using assertions, validate that the page special pointer is OK.
302302
*
303303
* This is intended to catch use of the pointer before page initialization.
304-
* It is implemented as a function do to the limitations of the MSVC compiler,
305-
* which choked on doing all these tests within another macro. We return true
306-
* so that MacroAssert() can be used while still getting the specifics from
307-
* the macro failure within this function.
304+
* It is implemented as a function due to the limitations of the MSVC
305+
* compiler, which choked on doing all these tests within another macro. We
306+
* return true so that MacroAssert() can be used while still getting the
307+
* specifics from the macro failure within this function.
308308
*/
309309
static inline bool
310310
PageValidateSpecialPointer(Page page)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy