mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Fixing a couple of comments.
This commit is contained in:
parent
344d3f6b35
commit
515aa0962c
2 changed files with 6 additions and 3 deletions
|
@ -233,8 +233,8 @@ public interface Symbol {
|
|||
public boolean isPrimary();
|
||||
|
||||
/**
|
||||
* Sets this symbol to be primary. All other symbols
|
||||
* at the same address will be set to !primary.
|
||||
* Sets this symbol to be primary. All other symbols at the same address will be set to
|
||||
* !primary. Only applies to non-function symbols.
|
||||
* @return returns true if the symbol was not primary and now it is, otherwise false
|
||||
*/
|
||||
public boolean setPrimary();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue