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

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