typo-fix.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1501 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-08-21 11:15:20 +00:00
parent 735133d72b
commit 0f498627c7

View File

@ -543,7 +543,7 @@ public:
*/ */
bool isFlagTriggered() const { return m_Data.isFlagTriggered(); } bool isFlagTriggered() const { return m_Data.isFlagTriggered(); }
/** /**
* Sets the requestet jump-instruction opcode. * Sets the requested jump-instruction opcode.
*/ */
void setOpcode(unsigned oc) { m_Data.setTriggerOpcode(oc); } void setOpcode(unsigned oc) { m_Data.setTriggerOpcode(oc); }
/** /**