diff --git a/include/trx0trx.h b/include/trx0trx.h index 4b79732b4bf..d2a59740c93 100644 --- a/include/trx0trx.h +++ b/include/trx0trx.h @@ -179,7 +179,7 @@ trx_commit_off_kernel( /****************************************************************//** Cleans up a transaction at database startup. The cleanup is needed if the transaction already got to the middle of a commit when the database -crashed, andf we cannot roll it back. */ +crashed, and we cannot roll it back. */ UNIV_INTERN void trx_cleanup_at_db_startup( diff --git a/trx/trx0trx.c b/trx/trx0trx.c index 4d4885062a6..1e36a2e4fe7 100644 --- a/trx/trx0trx.c +++ b/trx/trx0trx.c @@ -950,7 +950,7 @@ trx_commit_off_kernel( /****************************************************************//** Cleans up a transaction at database startup. The cleanup is needed if the transaction already got to the middle of a commit when the database -crashed, andf we cannot roll it back. */ +crashed, and we cannot roll it back. */ UNIV_INTERN void trx_cleanup_at_db_startup(