mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
General: Correct typos is code comments
This commit is contained in:
parent
6187de7ca7
commit
6b9bf7868a
13 changed files with 16 additions and 16 deletions
|
|
@ -112,7 +112,7 @@ public:
|
|||
LocationDescriptor ConditionFailedLocation() const;
|
||||
/// Sets the location of the block to execute if the predicated condition fails.
|
||||
void SetConditionFailedLocation(LocationDescriptor fail_location);
|
||||
/// Determines whether or not a prediated condition failure block is present.
|
||||
/// Determines whether or not a predicated condition failure block is present.
|
||||
bool HasConditionFailedLocation() const;
|
||||
|
||||
/// Gets a mutable reference to the condition failed cycle count.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue