From 858a3cbbe71e4154d1714e71a7c5d0fbd60b009f Mon Sep 17 00:00:00 2001 From: Gregory Lirent Date: Wed, 17 Jun 2026 14:42:46 +0300 Subject: [PATCH] vmctl: keep public header comments in English --- include/vmctl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 */