[gdb] Fix more typos in comments (2)
[deliverable/binutils-gdb.git] / gdb / python / py-instruction.h
index d0d5306b0a770ed67b66a5e27199586e6b0bfabc..2e5a9ac1abfa6cd2dc590e52a95de4c6236ef8b3 100644 (file)
@@ -24,7 +24,7 @@
 
 /* Python type object for the abstract gdb.Instruction class.  This class
    contains getters for four elements: "pc" (int), "data" (buffer), "decode"
-   (str) and "size" (int) that must be overriden by sub classes.  */
+   (str) and "size" (int) that must be overridden by sub classes.  */
 extern PyTypeObject py_insn_type;
 
 #endif /* PYTHON_PY_INSTRUCTION_H */
This page took 0.028127 seconds and 4 git commands to generate.