aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-instruction.h')
-rw-r--r--gdb/python/py-instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-instruction.h b/gdb/python/py-instruction.h
index d0d5306..2e5a9ac 100644
--- a/gdb/python/py-instruction.h
+++ b/gdb/python/py-instruction.h
@@ -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 */