From 4ba6dfa5de6c60543b6fb7310c4e41f4f93d047f Mon Sep 17 00:00:00 2001 From: adrian Date: Fri, 5 Oct 2012 11:39:15 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1719 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/sal/perf/BreakpointBuffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/sal/perf/BreakpointBuffer.hpp b/src/core/sal/perf/BreakpointBuffer.hpp index 964561aa..7585cf68 100644 --- a/src/core/sal/perf/BreakpointBuffer.hpp +++ b/src/core/sal/perf/BreakpointBuffer.hpp @@ -73,7 +73,7 @@ public: * TODO. * @warning The method expects that \c idx is a valid index within the main * buffer-list. Therefore we are allowed to call \c SimulatorController::dereference(). - * Additionally, the indexed listener is epected to be of type \c BPListener*. + * Additionally, the indexed listener is expected to be of type \c BPListener*. * void add(index_t idx) {