aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/link_elf.c
diff options
context:
space:
mode:
authorIan Dowse <iedowse@FreeBSD.org>2001-11-16 21:08:40 +0000
committerIan Dowse <iedowse@FreeBSD.org>2001-11-16 21:08:40 +0000
commit7b9716bad2dfb6a96487470ef002ead85c17a464 (patch)
tree864fb9aa57f6f8477411de6af92d197206fea56e /sys/kern/link_elf.c
parentc55c34537573ca8ac4039eeb08d5b0c803b23226 (diff)
downloadsrc-7b9716bad2dfb6a96487470ef002ead85c17a464.tar.gz
src-7b9716bad2dfb6a96487470ef002ead85c17a464.zip
Fix a number of misspellings of "dependency" and "dependencies" in
comments and function names. PR: kern/8589 Submitted by: Rajesh Vaidheeswarran <rv@fore.com>
Notes
Notes: svn path=/head/; revision=86469
Diffstat (limited to 'sys/kern/link_elf.c')
-rw-r--r--sys/kern/link_elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/link_elf.c b/sys/kern/link_elf.c
index 5da9a83eefb3..5044ceb04841 100644
--- a/sys/kern/link_elf.c
+++ b/sys/kern/link_elf.c
@@ -738,7 +738,7 @@ link_elf_load_file(linker_class_t cls, const char* filename, linker_file_t* resu
error = parse_dynamic(ef);
if (error)
goto out;
- error = linker_load_dependancies(lf);
+ error = linker_load_dependencies(lf);
if (error)
goto out;
#if 0 /* this will be more trouble than it's worth for now */