From fa6c4844b2fef07def6b739c8f28ec50c2612208 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 26 May 2006 01:48:17 +0000 Subject: fix spelling mistakes --- examples/depmod.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/depmod.pl b/examples/depmod.pl index 3211c8a64..0e66ee3eb 100755 --- a/examples/depmod.pl +++ b/examples/depmod.pl @@ -116,8 +116,8 @@ my @output = $kernelsyms ? `cat $kernelsyms` : `nm $kernel`; warn "\nMODULE = $tgtname\n" if $verbose; build_ref_tables($tgtname, \@output, $exp, $dep); -# resolve the dependancies for each module -# reduce dependancies: remove unresolvable and resolved from vmlinux/System.map +# resolve the dependencies for each module +# reduce dependencies: remove unresolvable and resolved from vmlinux/System.map # remove duplicates foreach my $module (keys %$dep) { warn "reducing module: $module\n" if $verbose; @@ -225,7 +225,7 @@ Example: =head1 DESCRIPTION The purpose of this script is to automagically generate a list of of kernel -module dependancies. This script produces dependancy lists that should be +module dependencies. This script produces dependency lists that should be identical to the depmod program from the modutils package. Unlike the depmod binary, however, depmod.pl is designed to be run on your host system, not on your target system. -- cgit v1.2.3