diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-01-22 13:55:25 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-01-22 13:55:25 +0900 |
commit | b199eb89c67d737ced55721590f7fc8ff585e837 (patch) | |
tree | 0b47e83b8dba48b80f90d532a65e106516c3408b /src/backend/utils/activity/wait_event.c | |
parent | 49cd2b93d7dbceefdf9a71cc301d284a2dd234c3 (diff) | |
download | postgresql-b199eb89c67d737ced55721590f7fc8ff585e837.tar.gz postgresql-b199eb89c67d737ced55721590f7fc8ff585e837.zip |
Fix some typos
Author: Yongtao Huang
Discussion: https://postgr.es/m/CAOe1Go1F99o5JsphtXdDC5bxm7AzetU8q3AxLh4AAVGKu1AzEQ@mail.gmail.com
Diffstat (limited to 'src/backend/utils/activity/wait_event.c')
-rw-r--r-- | src/backend/utils/activity/wait_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/activity/wait_event.c b/src/backend/utils/activity/wait_event.c index ec14119a71a..e7dd489cbd9 100644 --- a/src/backend/utils/activity/wait_event.c +++ b/src/backend/utils/activity/wait_event.c @@ -49,7 +49,7 @@ uint32 *my_wait_event_info = &local_my_wait_event_info; * Hash tables for storing custom wait event ids and their names in * shared memory. * - * WaitEventExtensionHashById is used to find the name from a event id. + * WaitEventExtensionHashById is used to find the name from an event id. * Any backend can search it to find custom wait events. * * WaitEventExtensionHashByName is used to find the event ID from a name. |