diff options
Diffstat (limited to 'src/include/storage/latch.h')
-rw-r--r-- | src/include/storage/latch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/latch.h b/src/include/storage/latch.h index a43193c916b..7e5308df1d1 100644 --- a/src/include/storage/latch.h +++ b/src/include/storage/latch.h @@ -129,7 +129,7 @@ typedef struct Latch #ifdef WIN32 #define WL_SOCKET_CONNECTED (1 << 5) #else -/* avoid having to to deal with case on platforms not requiring it */ +/* avoid having to deal with case on platforms not requiring it */ #define WL_SOCKET_CONNECTED WL_SOCKET_WRITEABLE #endif |