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

Commitd85f2bf

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parentd9cede2 commitd85f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/storage/ipc/latch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ CreateWaitEventSet(MemoryContext context, int nevents)
570570
* Use MAXALIGN size/alignment to guarantee that later uses of memory are
571571
* aligned correctly. E.g. epoll_event might need 8 byte alignment on some
572572
* platforms, but earlier allocations like WaitEventSet and WaitEvent
573-
* might not sized to guarantee that when purely using sizeof().
573+
* might notbesized to guarantee that when purely using sizeof().
574574
*/
575575
sz+=MAXALIGN(sizeof(WaitEventSet));
576576
sz+=MAXALIGN(sizeof(WaitEvent)*nevents);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp