summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-23 09:50:50 +0000
committered <ed@FreeBSD.org>2009-06-23 09:50:50 +0000
commit367665ede024acdd75c6d082860e7e71795f3e2f (patch)
treef38ba6b2caef956c07e9d34286fa2014968361a8 /libexec
parent29cef807d272d7d6066b8dcd7b17f2b5a0206c1d (diff)
downloadFreeBSD-src-367665ede024acdd75c6d082860e7e71795f3e2f.zip
FreeBSD-src-367665ede024acdd75c6d082860e7e71795f3e2f.tar.gz
Fix typo in comment.
Submitted by: Christoph Mallon
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 17fe991..06a468c 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -1308,7 +1308,7 @@ init_rtld(caddr_t mapbase)
/*
* Conjure up an Obj_Entry structure for the dynamic linker.
*
- * The "path" member can't be initialized yet because string constatns
+ * The "path" member can't be initialized yet because string constants
* cannot yet be acessed. Below we will set it correctly.
*/
memset(&objtmp, 0, sizeof(objtmp));
OpenPOWER on IntegriCloud