diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 92a988e957b..830373792c8 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -23,7 +23,7 @@ #include -/* stuff we use in an OCI database handle */ +/* stuff we use in a mySQL database handle */ typedef struct { MYSQL *server; unsigned int last_err;