typos fixed.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2032 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2013-01-31 12:18:47 +00:00
parent 27128f29ac
commit cb429fddb2
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.