GP-0: Fixing javadoc for FlatProgramAPI.getFunctionAfter(Function)

(Closes #6242)
This commit is contained in:
Ryan Kurtz
2024-02-21 12:12:51 -05:00
parent ee70fe99e9
commit e647efc367
@@ -1081,9 +1081,9 @@ public class FlatProgramAPI {
} }
/** /**
* Returns the function defined before the specified function in address order. * Returns the function defined after the specified function in address order.
* @param function the function * @param function the function
* @return the function defined before the specified function * @return the function defined after the specified function
*/ */
public final Function getFunctionAfter(Function function) { public final Function getFunctionAfter(Function function) {
if (function == null) { if (function == null) {