1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Do not misspell "fall through"

This commit is contained in:
Marko Mäkelä
2018-01-03 22:21:32 +02:00
parent fcde91114d
commit af0ba43838
2 changed files with 1 additions and 2 deletions

View File

@ -1595,7 +1595,7 @@ err_with_lex_cleanup:
thd->spcont= save_spcont;
thd->variables.sql_mode= save_sql_mode;
thd->reset_db(save_db.str, save_db.length);
/* Fall trough to error */
/* Fall through to error */
}
}