summaryrefslogtreecommitdiff
path: root/lib/util/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/modules.c')
-rw-r--r--lib/util/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/modules.c b/lib/util/modules.c
index 1f00dd810ae..c7e9f64f405 100644
--- a/lib/util/modules.c
+++ b/lib/util/modules.c
@@ -40,7 +40,7 @@ init_module_fn load_module(const char *path, bool is_probe, void **handle_out)
handle = dlopen(path, RTLD_NOW);
/* This call should reset any possible non-fatal errors that
- occured since last call to dl* functions */
+ occurred since last call to dl* functions */
error = dlerror();
if (handle == NULL) {