From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- dlfcn/moddummy2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn/moddummy2.c') diff --git a/dlfcn/moddummy2.c b/dlfcn/moddummy2.c index cb4edc8da7..babc8f3380 100644 --- a/dlfcn/moddummy2.c +++ b/dlfcn/moddummy2.c @@ -6,7 +6,7 @@ int dummy2 (void) { printf ("Called dummy2()\n"); - /* If the outer dlopen is not dummy1 (becuase of some error) + /* If the outer dlopen is not dummy1 (because of some error) then tst-rec-dlopen will see a value of -1 as the returned result and fail. */ return -1; -- cgit 1.4.1