Fixed spelling.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34144 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-11-20 07:10:23 +00:00
parent 6e190ec6a4
commit 9837ec16c8
7 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ public:
uint64* _droppedEvents);
private:
virtual void EventOccured(NotificationService& service,
virtual void EventOccurred(NotificationService& service,
const KMessage* event);
virtual void ThreadEnqueuedInRunQueue(struct thread* thread);
@@ -528,7 +528,7 @@ SystemProfiler::NextBuffer(size_t bytesRead, uint64* _droppedEvents)
void
SystemProfiler::EventOccured(NotificationService& service,
SystemProfiler::EventOccurred(NotificationService& service,
const KMessage* event)
{
int32 eventCode;