Skip to content

Commit dde5c65

Browse files
ext/pdo_pgsql: fix typo (#14263)
1 parent 22c7250 commit dde5c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_pgsql/pdo_pgsql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
static zend_class_entry *PdoPgsql_ce;
3232

33-
/* {{{ pdo_sqlite_deps */
33+
/* {{{ pdo_pgsql_deps */
3434
static const zend_module_dep pdo_pgsql_deps[] = {
3535
ZEND_MOD_REQUIRED("pdo")
3636
ZEND_MOD_END

0 commit comments

Comments
 (0)