diff options
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 92a988e957..830373792c 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -23,7 +23,7 @@ #include <mysql.h> -/* stuff we use in an OCI database handle */ +/* stuff we use in a mySQL database handle */ typedef struct { MYSQL *server; unsigned int last_err; |