diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 14:12:49 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 14:12:49 +0000 |
| commit | 26d0788e89d872ccbfe8d28412972e50f19d0b43 (patch) | |
| tree | 29f6f05a28eae8eb253e17c712e64659de145ce3 /libexec | |
| parent | dc428c2ffe95c24345e80e99cf4f97bc1b9e693e (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 06a468cd0133c..56634c5ffc4c4 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -1309,7 +1309,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 constants - * cannot yet be acessed. Below we will set it correctly. + * cannot yet be accessed. Below we will set it correctly. */ memset(&objtmp, 0, sizeof(objtmp)); objtmp.path = NULL; |
