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:
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user