GT-2754, 2756 - Decompiler Reference Finder - review fixes

This commit is contained in:
dragonmacher 2019-04-16 16:07:21 -04:00
parent 79aa51cc9a
commit 0d9782964d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import ghidra.program.model.data.DataType;
/**
* This class represents the use of a field of a {@link Composite} data type <b>where there is
* not variable in the Decompiler</b> for that data type. A normal variable access in the
* no variable in the Decompiler</b> for that data type. A normal variable access in the
* Decompiler may look like so:
* <pre>
* Foo f;

View File

@ -346,7 +346,7 @@ public class DecompilerDataTypeReferenceFinder implements DataTypeReferenceFinde
* field accesses.
*
* <p>Sometimes a line is structured such that there are anonymous variable accesses. This
* is the case where the field a Composite is being accessed, but the Composite itself is
* is the case where a Composite is being accessed, but the Composite itself is
* not a variable in the current function. See {@link AnonymousVariableAccessDR} for
* more details.
*