diff --git a/include/vmctl.h b/include/vmctl.h index 30e24db..53bcb36 100644 --- a/include/vmctl.h +++ b/include/vmctl.h @@ -85,7 +85,8 @@ int vmctl_wakeup (vmctl_t* v); /* system_wakeup (from S3/S4) */ int vmctl_pause (vmctl_t* v); /* stop */ int vmctl_resume (vmctl_t* v); /* cont */ -/* Последовательность/контекст передачи — signaling; тайминги и решения — control; - * чтение состояния VM — сенсоры. Здесь, в Input-слое, только атомарная актуация. */ +/* Transfer sequencing/context belongs to signaling; timing and decisions to + * control; reading VM state to sensors. Here, in the Input layer, only atomic + * actuation. */ #endif /* VMCTL_H */