From: Yu Watanabe Date: Tue, 14 May 2024 09:10:42 +0000 (+0900) Subject: dlfcn-util: fix typo X-Git-Tag: v256-rc2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=171f8d7ba784bebc775165c678ee6b51f29b63a6;p=thirdparty%2Fsystemd.git dlfcn-util: fix typo Follow-up for 2f6bd11c1a0147f6bd24bce3ed00c3d91c0884e6. --- 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, ...) \