mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 00:42:03 +08:00
Merge remote-tracking branch 'origin/GP-0_ryanmkurtz_PR-1756_LorenzNickel_spelling'
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
/* ###
|
||||
* IP: GHIDRA
|
||||
* REVIEWED: YES
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -97,7 +96,7 @@ public abstract class AbstractCreateStructureCmd implements Command {
|
||||
* structure with data and then returning the data type object that
|
||||
* represents the newly created structure.
|
||||
*
|
||||
* @param structureInfo The stucture info object that describes the newly
|
||||
* @param structureInfo The structure info object that describes the newly
|
||||
* created structure.
|
||||
* @return The new data type that represents the created structure.
|
||||
*/
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user