From 171f8d7ba784bebc775165c678ee6b51f29b63a6 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 14 May 2024 18:10:42 +0900 Subject: [PATCH] dlfcn-util: fix typo Follow-up for 2f6bd11c1a0147f6bd24bce3ed00c3d91c0884e6. --- src/basic/dlfcn-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/dlfcn-util.h b/src/basic/dlfcn-util.h index b395d4ca04c..83ab320bf9d 100644 --- a/src/basic/dlfcn-util.h +++ b/src/basic/dlfcn-util.h @@ -75,7 +75,7 @@ int dlopen_many_sym_or_warn_sentinel(void **dlp, const char *filename, int log_l /* The 'priority' must be one of 'required', 'recommended' or 'suggested' as per specification, use the * macro defined above to specify it. - * Multiple sonames can be passed and they will be automatically contructed into a json array (but note that + * Multiple sonames can be passed and they will be automatically constructed into a json array (but note that * due to preprocessor language limitations if more than the limit defined above is used, a new * _SONAME_ARRAY will need to be added). */ #define ELF_NOTE_DLOPEN(feature, description, priority, ...) \ -- 2.47.3