[569266] Fixed copy paste error in CBETread

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=569266
Change-Id: Id70b362248de28fa0e0346aabc8372701c944f2e
Signed-off-by: Alois Zoitl <alois.zoitl@gmx.at>
diff --git a/src/arch/be_m1/forte_thread.cpp b/src/arch/be_m1/forte_thread.cpp
index 7324c29..7a90ad2 100644
--- a/src/arch/be_m1/forte_thread.cpp
+++ b/src/arch/be_m1/forte_thread.cpp
@@ -31,7 +31,7 @@
   //TODO implement priority assignment similar to threadx and ecos
 }
 
-forte::arch::CThreadBase<int>::TThreadHandleType CTXThread::CBEThread(long ){
+forte::arch::CThreadBase<int>::TThreadHandleType CBEThread::createThread(long ){
   int retVal = 1;
   if(Spawn(0, 0, 130, VX_FP_TASK, APP_TSK_STACK) == ERROR){
     retVal = 0;