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

Commit 74668cb

Browse files
committed
meson: Fix some grammar usage in Meson comments
Author: Tristan Partin <tristan@neon.tech> Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
1 parent f5159c7 commit 74668cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ cdata.set_quoted('PG_MAJORVERSION', pg_version_major.to_string())
150150
cdata.set('PG_MAJORVERSION_NUM', pg_version_major)
151151
cdata.set('PG_MINORVERSION_NUM', pg_version_minor)
152152
cdata.set('PG_VERSION_NUM', pg_version_num)
153-
# PG_VERSION_STR is built later, it depends compiler test results
153+
# PG_VERSION_STR is built later, it depends on compiler test results
154154
cdata.set_quoted('CONFIGURE_ARGS', '')
155155

156156

@@ -1674,7 +1674,7 @@ if cc.has_function_attribute('visibility:default') and \
16741674
cdata.set('HAVE_VISIBILITY_ATTRIBUTE', 1)
16751675

16761676
# Only newer versions of meson know not to apply gnu_symbol_visibility =
1677-
# inlineshidden to C code as well... Any either way, we want to put these
1677+
# inlineshidden to C code as well... And either way, we want to put these
16781678
# flags into exported files (pgxs, .pc files).
16791679
cflags_mod += '-fvisibility=hidden'
16801680
cxxflags_mod += ['-fvisibility=hidden', '-fvisibility-inlines-hidden']

0 commit comments

Comments
 (0)