diff --git a/src/core/sal/Register.hpp b/src/core/sal/Register.hpp index 22bbc9ad..b8af18cb 100644 --- a/src/core/sal/Register.hpp +++ b/src/core/sal/Register.hpp @@ -257,7 +257,7 @@ public: */ virtual address_t getInstructionPointer() = 0; /** - * Retruns the top address of the stack. + * Returns the top address of the stack. * @return the starting address of the stack */ virtual address_t getStackPointer() = 0;