Fixed misspelling in a comment
diff --git a/agent/tcf/services/disassembly.c b/agent/tcf/services/disassembly.c
index 903632c..a9ee66c 100644
--- a/agent/tcf/services/disassembly.c
+++ b/agent/tcf/services/disassembly.c
@@ -426,7 +426,7 @@
                     else {
                         mem_size = (size_t)(buf_size + MAX_INSTRUCTION_SIZE);
                     }
-                    /* Continue after unredable range */
+                    /* Continue after unreadable range */
                     error = 0;
                 }
             }