diff options
author | Alp Toker <alp@nuanti.com> | 2014-02-24 10:40:15 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-02-24 10:40:15 +0000 |
commit | 8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d (patch) | |
tree | f8bb024567f4c213a4d1f9c32c5476bedebf0c35 /openmp/runtime/tools/required-objects.pl | |
parent | 4f8f890ade6f36beff56d1c93014bb41fde64cf5 (diff) | |
download | bcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.tar.gz bcm5719-llvm-8f2d3f0f90fe6abc8a65dddac473ca5e17cdd34d.zip |
Fix typos
llvm-svn: 202018
Diffstat (limited to 'openmp/runtime/tools/required-objects.pl')
-rwxr-xr-x | openmp/runtime/tools/required-objects.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openmp/runtime/tools/required-objects.pl b/openmp/runtime/tools/required-objects.pl index c5d75b09473..b378b089e7a 100755 --- a/openmp/runtime/tools/required-objects.pl +++ b/openmp/runtime/tools/required-objects.pl @@ -92,12 +92,12 @@ sub dump_symbols($$$) { # -------------------------------------------------------------------------------------------------- # Name: -# load_symbols -- Fullfill objects data structure with symbol names. +# load_symbols -- Fulfill objects data structure with symbol names. # Synopsis: # load_symbols( $objects ); # Arguments: # $objects (in/out) -- Set of objects. On enter, it is expected that top-level hash has filled -# with object names only. On exit, it is completely fullfilled with lists of symbols +# with object names only. On exit, it is completely fulfilled with lists of symbols # defined or referenced in each object file. # Returns: # Nothing. @@ -333,7 +333,7 @@ sub _required_extra_objects($$$$) { # Arguments: # $base (in/out) -- A set of base objects to be searched for undefined symbols. On enter, it is # expected that top-level hash has filled with object names only. On exit, it is completely -# fullfilled with lists of symbols defined and/or referenced in each object file. +# fulfilled with lists of symbols defined and/or referenced in each object file. # $extra (in/out) -- A set of extra objects to be searched for defined symbols required to # resolve undefined symbols in a set of base objects. Usage is similar to base objects. # Returns: |