Merge pull request #199 from Ostrokrzew/typo

Typo fix
This commit is contained in:
Robert Baldyga 2019-11-26 17:32:49 +01:00 committed by GitHub
commit 51a71f5c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1176,8 +1176,8 @@ int core_params_set(unsigned int cache_id, unsigned int core_id,
if (ocf_cache_mode_pt == cache_mode) { if (ocf_cache_mode_pt == cache_mode) {
cas_printf(LOG_WARNING, "Changing parameters for core in Pass-Through mode." cas_printf(LOG_WARNING, "Changing parameters for core in Pass-Through mode."
"New values will be saved but will not be effective" " New values will be saved but will not be effective"
"until switching to another cache mode.\n"); " until switching to another cache mode.\n");
} }
for (i = 0; params[i].name; ++i) { for (i = 0; params[i].name; ++i) {