target/register: Minor code cleanup
[fw/openocd] / src / target / arc.c
index 694ac6f8564580d474dd024f8890511d7a1ff362..e11cd7d795efe19cdd566a827d592be2e254839f 100644 (file)
@@ -1467,7 +1467,7 @@ static int arc_configure_actionpoint(struct target *target, uint32_t ap_num,
        if (control_tt != AP_AC_TT_DISABLE) {
 
                if (arc->actionpoints_num_avail < 1) {
-                       LOG_ERROR("No free actionpoints, maximim amount is %u",
+                       LOG_ERROR("No free actionpoints, maximum amount is %u",
                                        arc->actionpoints_num);
                        return ERROR_TARGET_RESOURCE_NOT_AVAILABLE;
                }