Fixed typo in vpr-main.cpp

This commit is contained in:
rafljiarui 2024-09-06 13:14:59 -05:00
parent feefc04d14
commit f7aaead513
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static int vpr(int argc, char** argv) {
*/
/* vpr_free_all(Arch, vpr_setup); */
VTR_LOG("VPR suceeded\n");
VTR_LOG("VPR succeeded\n");
} catch (const tatum::Error& tatum_error) {
VTR_LOG_ERROR("%s\n", format_tatum_error(tatum_error).c_str());