Spelling fixes.

diff --git a/debugger/ext_debugger.c b/debugger/ext_debugger.c
index 124ca26..84dee52 100644
--- a/debugger/ext_debugger.c
+++ b/debugger/ext_debugger.c
@@ -78,7 +78,7 @@
       dbg_sleep_secs = DBG_SLEEPTIME_DEFAULT;
   }
 
-  /* get the curent process id */
+  /* get the current process id */
   attach_pid = getpid();
 
   /* create new process */