From cb429fddb20a13eaa460ad62ba429d678ada3d59 Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 31 Jan 2013 12:18:47 +0000 Subject: [PATCH] typos fixed. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2032 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/CPU.hpp | 2 +- src/core/sal/CPUState.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/sal/CPU.hpp b/src/core/sal/CPU.hpp index 474ee3eb..effa12ae 100644 --- a/src/core/sal/CPU.hpp +++ b/src/core/sal/CPU.hpp @@ -12,7 +12,7 @@ namespace fail { /** * \class CPUArchitecture - * This is the base class for CPU architectures that can be used to merge informations and + * This is the base class for CPU architectures that can be used to merge information and * functionallity that every backend with the same target architecture will share. The classes * directly derived from this are especially meant to be usable in campaigns, so they shouldn't * contain any backend specific code. diff --git a/src/core/sal/CPUState.hpp b/src/core/sal/CPUState.hpp index e40b3c56..014a2a75 100644 --- a/src/core/sal/CPUState.hpp +++ b/src/core/sal/CPUState.hpp @@ -9,7 +9,7 @@ namespace fail { /** - * \class CPUArchitecture + * \class CPUState * This is the base class for the CPU state without any architecture specific additions. It contains * pure virtual functions for e.g. register access and have to be overridden in the backend * implementation.