mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
many doubled words in comments etc, plus some nearby typos
This commit is contained in:
parent
c702d7c66d
commit
13598df8db
208 changed files with 252 additions and 254 deletions
|
@ -165,7 +165,7 @@ public class ModuleUtilities {
|
|||
/**
|
||||
* Searches for modules in a given collection of module root directories.
|
||||
*
|
||||
* @param appRootDirs The collection of application root directories associated with the the given
|
||||
* @param appRootDirs The collection of application root directories associated with the given
|
||||
* list of module root directories.
|
||||
* @param moduleRootDirs A collection of module root directories to search for modules in.
|
||||
* @return The discovered modules as a map (mapping module name to module for convenience).
|
||||
|
@ -180,7 +180,7 @@ public class ModuleUtilities {
|
|||
/**
|
||||
* Searches for modules in a given collection of module root directories.
|
||||
*
|
||||
* @param appRootDirs The collection of application root directories associated with the the given
|
||||
* @param appRootDirs The collection of application root directories associated with the given
|
||||
* list of module root directories.
|
||||
* @param moduleRootDirs A collection of module root directories to search for modules in.
|
||||
* @param moduleFilter a predicate used to filter modules; a given module will not be included
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue