Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit381200b

Browse files
committed
Fix typo in C comment.
1 parent56dffb5 commit381200b

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 functiondo 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 functiondue to the limitations of the MSVC
305+
*compiler,which choked on doing all these tests within another macro. We
306+
*return trueso that MacroAssert() can be used while still getting the
307+
*specifics fromthe macro failure within this function.
308308
*/
309309
staticinlinebool
310310
PageValidateSpecialPointer(Pagepage)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp