diff options
Diffstat (limited to 'src/include/access/slru.h')
-rw-r--r-- | src/include/access/slru.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/slru.h b/src/include/access/slru.h index d829a6fab45..20114c4d444 100644 --- a/src/include/access/slru.h +++ b/src/include/access/slru.h @@ -37,7 +37,7 @@ /* * Page status codes. Note that these do not include the "dirty" bit. - * page_dirty can be TRUE only in the VALID or WRITE_IN_PROGRESS states; + * page_dirty can be true only in the VALID or WRITE_IN_PROGRESS states; * in the latter case it implies that the page has been re-dirtied since * the write started. */ |