]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/cris/arch-v10/kernel/kgdb.c
Spelling fix: explicitly
[karo-tx-linux.git] / arch / cris / arch-v10 / kernel / kgdb.c
index 07628a13c6c492c8c9574caeefd5c5fca6c3a894..77f4b142372590a4bce1b8dcfbaf59e6f4ee2712 100644 (file)
@@ -959,7 +959,7 @@ stub_is_stopped(int sigval)
 
        /* Send register contents. We probably only need to send the
         * PC, frame pointer and stack pointer here. Other registers will be
-        * explicitely asked for. But for now, send all. 
+        * explicitly asked for. But for now, send all.
         */
        
        for (regno = R0; regno <= USP; regno++) {