This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-16 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 100d941ecd4e753e43944ed8374a34ecbc0fe94b Author: Dongyang Li <[email protected]> AuthorDate: Thu Mar 12 16:40:28 2026 +0800 ci debug branch-4.1 --- be/src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.h b/be/src/common/config.h index 94e89394275..c4795f01474 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -57,7 +57,7 @@ #FIELD_NAME, []() -> bool { return validator_##FIELD_NAME(FIELD_NAME); }); // DEFINE_ON_UPDATE macro is used to register a callback function that will be called -// when the config field is updated at runtime. +// when the config field is updated at a runtime. // The callback function signature is: void callback(T old_value, T new_value) // where T is the type of the config field. // Example: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
