From 28f01c863b2533b077be634f966dc43c113e2677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sun, 2 Apr 2023 15:13:10 +0200 Subject: [PATCH] benchmark: typo --- src/modules/benchmark/doc/benchmark_devel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/benchmark/doc/benchmark_devel.xml b/src/modules/benchmark/doc/benchmark_devel.xml index 4774e5fe46b..01a6aaf6b19 100644 --- a/src/modules/benchmark/doc/benchmark_devel.xml +++ b/src/modules/benchmark/doc/benchmark_devel.xml @@ -32,7 +32,7 @@ bm_register(name, mode, id) - This function register a new timer and/or returns the internal ID + This function registers a new timer and/or returns the internal ID associated with the timer. mode controls the creation of new timer if not found. id is to be used by start and log timer functions.