diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/common/jsonapi.h | 2 | ||||
| -rw-r--r-- | src/include/port/win32_port.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/common/jsonapi.h b/src/include/common/jsonapi.h index b583f459261..4310084b2bd 100644 --- a/src/include/common/jsonapi.h +++ b/src/include/common/jsonapi.h @@ -126,7 +126,7 @@ typedef struct JsonSemAction /* * pg_parse_json will parse the string in the lex calling the * action functions in sem at the appropriate points. It is - * up to them to keep what state they need in semstate. If they + * up to them to keep what state they need in semstate. If they * need access to the state of the lexer, then its pointer * should be passed to them as a member of whatever semstate * points to. If the action pointers are NULL the parser diff --git a/src/include/port/win32_port.h b/src/include/port/win32_port.h index 58965e0dfd7..b957d5c5981 100644 --- a/src/include/port/win32_port.h +++ b/src/include/port/win32_port.h @@ -147,7 +147,7 @@ * https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55 * * The comprehensive exception list is included in ntstatus.h from the - * Windows Driver Kit (WDK). A subset of the list is also included in + * Windows Driver Kit (WDK). A subset of the list is also included in * winnt.h from the Windows SDK. Defining WIN32_NO_STATUS before including * windows.h helps to avoid any conflicts. * |
