From 002720fbc9e2f951b5c5d0e6587f2770f5bbf16e Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Sun, 26 Sep 2021 23:17:18 -0400 Subject: [PATCH] GP-943 javadoc corrections --- .../java/ghidra/program/model/data/Structure.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/data/Structure.java b/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/data/Structure.java index 129a820b7c..02cff09ce6 100644 --- a/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/data/Structure.java +++ b/Ghidra/Framework/SoftwareModeling/src/main/java/ghidra/program/model/data/Structure.java @@ -58,7 +58,7 @@ public interface Structure extends Composite { * component is present since these may share an offset. A null may be returned under one of * the following conditions: * @@ -70,14 +70,14 @@ public interface Structure extends Composite { public DataTypeComponent getComponentContaining(int offset); /** - * Gets the first non-zero-length child component that starts at the specified offset. + * Gets the first non-zero-length component that starts at the specified offset. * Note that one or more components may share the same offset when a bit-field or zero-length * component is present since these may share an offset. A null may be returned under one of * the following conditions: * * @@ -101,8 +101,7 @@ public interface Structure extends Composite { * zero-length components are present since these may share an offset. An empty list may be * returned under the following conditions: *