Fix some typos within comments

This commit is contained in:
Lorenz Nickel 2020-04-13 08:29:30 +02:00
parent bcb825fb02
commit 2535e606b8
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ import ghidra.util.exception.DuplicateNameException;
* <p>
* The {@code ModulePackages} attribute indicates all the packages of a module that are
* exported or opened by the {@code Module} attribute, as well as all the package of the service
* implementations recored in the {@code Module} attribute.
* implementations recorded in the {@code Module} attribute.
*/
public class ModulePackagesAttribute extends AbstractAttributeInfo {