GP-0: Fixing more typos

This commit is contained in:
Ryan Kurtz 2023-09-20 13:51:09 -04:00
parent 0b3801a5a5
commit e634ca890c
2 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ public class ConstantPropagationAnalyzer extends AbstractAnalyzer {
}
/**
* Actually use the setup evauluator to flow the constants
* Actually use the setup evaluator to flow the constants
*
* @param flowStart - address to start flowing at
* @param flowSet - address set to restrict constant flowing to

View File

@ -94,7 +94,7 @@ public class ConstantPropagationContextEvaluator extends ContextEvaluatorAdapter
}
/**
* Set mimimum speculative memory offset for references
* Set minimum speculative memory offset for references
*
* @param minSpeculativeRefAddress minimum address offset
* @return this