From d060cb82afb467db99f704f23bb60f41bb30a0a3 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 17 Nov 2023 13:57:39 +0100 Subject: [PATCH] typo --- src/osdi/osdiregistry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdi/osdiregistry.c b/src/osdi/osdiregistry.c index 1fb37ca17..db9097567 100644 --- a/src/osdi/osdiregistry.c +++ b/src/osdi/osdiregistry.c @@ -335,7 +335,7 @@ extern OsdiObjectFile load_object_file(const char *input) { * multiple times. We use the handle as a key because the same SO will always * return the SAME pointer as long as dlclose is not called. * nghash_insert returns NULL if the key (handle) was not already in the table - * and the data (DUMMYDATA) that was previously insered (!= NULL) otherwise*/ + * and the data (DUMMYDATA) that was previously inserted (!= NULL) otherwise*/ if (nghash_insert(known_object_files, handle, DUMMYDATA)) { txfree(path); return EMPTY_OBJECT;