From 10d0344505abe75695a4cb253dab376eb657e532 Mon Sep 17 00:00:00 2001 From: hsc Date: Tue, 11 Sep 2012 17:10:00 +0000 Subject: [PATCH] typos git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1609 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/bochs/BochsRegister.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/sal/bochs/BochsRegister.hpp b/src/core/sal/bochs/BochsRegister.hpp index 0c1a9075..ef276f8e 100644 --- a/src/core/sal/bochs/BochsRegister.hpp +++ b/src/core/sal/bochs/BochsRegister.hpp @@ -190,7 +190,7 @@ public: }; /** - * \class BochsRegister + * \class BochsRegisterManager * Bochs-specific implementation of the RegisterManager. */ class BochsRegisterManager : public RegisterManager { @@ -204,7 +204,7 @@ public: return static_cast(getSetOfType(RT_PC)->first()->getData()); } /** - * Retruns the top address of the stack. + * Returns the top address of the stack. * @return the starting address of the stack */ address_t getStackPointer()