Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 1a08b77

Browse files
Fix typo allocatd -> allocated (#15272)
1 parent 2481e8e commit 1a08b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/cdb/dispatcher/cdbconn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ static QENotice *qeNotices_tail = NULL;
546546
* that we cannot call palloc()!
547547
*
548548
* A QENotice struct is created for each incoming Notice, and put in a
549-
* queue for later processing. The QENotices are allocatd with good old
549+
* queue for later processing. The QENotices are allocated with good old
550550
* malloc()!
551551
*/
552552
static void

0 commit comments

Comments
 (0)