diff --git a/src/backend/utils/init/usercontext.c b/src/backend/utils/init/usercontext.c index 88a7e55478..38bcfa60df 100644 --- a/src/backend/utils/init/usercontext.c +++ b/src/backend/utils/init/usercontext.c @@ -80,7 +80,7 @@ SwitchToUntrustedUser(Oid userid, UserContext *context) /* * Switch back to the original user ID. * - * If we created a new GUC nest level, also role back any changes that were + * If we created a new GUC nest level, also roll back any changes that were * made within it. */ void