Fixed typo

This commit is contained in:
Mark Riddoch
2014-09-17 14:54:40 +01:00
parent c77807971d
commit 675baad4b1

View File

@ -125,7 +125,7 @@ unsigned char *ptr;
/** /**
* Replace the contents of a GWBUF with the new SQL statement passed as a text string. * Replace the contents of a GWBUF with the new SQL statement passed as a text string.
* The routine takes care of the modification needed to the MySQL packet, * The routine takes care of the modification needed to the MySQL packet,
* returning a GWBUF chian that cna be used to send the data to a MySQL server * returning a GWBUF chain that can be used to send the data to a MySQL server
* *
* @param orig The original request in a GWBUF * @param orig The original request in a GWBUF
* @param sql The SQL text to replace in the packet * @param sql The SQL text to replace in the packet
@ -225,4 +225,4 @@ char* modutil_get_query(
} /*< switch */ } /*< switch */
retblock: retblock:
return query_str; return query_str;
} }