aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/dlopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index c26229a983..c5d359a3ff 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -299,7 +299,7 @@ these functions return NULL.
On success,
.BR dlclose ()
-returns 0; on error, ir returns a nonzero value.
+returns 0; on error, it returns a nonzero value.
Errors from these functions can be diagnosed using
.BR dlerror (3).