diff options
Diffstat (limited to 'gnu/usr.bin/ld/rtld/rtld.1')
-rw-r--r-- | gnu/usr.bin/ld/rtld/rtld.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/rtld/rtld.1 b/gnu/usr.bin/ld/rtld/rtld.1 index 1169eba98b6..5b2a57c88c2 100644 --- a/gnu/usr.bin/ld/rtld/rtld.1 +++ b/gnu/usr.bin/ld/rtld/rtld.1 @@ -54,8 +54,8 @@ After all shared libraries have been succesfully loaded, proceeds to resolve external references from both the main program and all objects loaded. A mechanism is provided for initialisation routines to be called, on a per-object basis, giving a shared object an opportunity -to perfrom any extra set-up, before execution of the program proper begins. -This is useful for C++ libraries that contain static constrictors. +to perform any extra set-up, before execution of the program proper begins. +This is useful for C++ libraries that contain static constructors. .Pp .Nm is itself a shared object that is initially loaded by the startup module |