From 19147cdbd08d0a36fbee31f8a2c5172d4275e649 Mon Sep 17 00:00:00 2001
From: David Christensen <david.christensen@snowflake.com>
Date: Wed, 14 Jan 2026 14:22:34 -0500
Subject: [PATCH] Fix incorrect parser comment

This has been from for at least 10 years (probably longer), with the current
RoleSpec dating back to 31eae6028.
---
 src/include/nodes/parsenodes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index 646d6ced763..5af3d343e44 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -2663,7 +2663,7 @@ typedef struct AccessPriv
  * Note: because of the parsing ambiguity with the GRANT <privileges>
  * statement, granted_roles is a list of AccessPriv; the execution code
  * should complain if any column lists appear.  grantee_roles is a list
- * of role names, as String values.
+ * of role names, as RoleSpec values.
  * ----------------------
  */
 typedef struct GrantRoleStmt
-- 
2.49.0

