diff options
Diffstat (limited to 'gdb/python/py-value.c')
-rw-r--r-- | gdb/python/py-value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-value.c b/gdb/python/py-value.c index 27bf101..0eda620 100644 --- a/gdb/python/py-value.c +++ b/gdb/python/py-value.c @@ -34,7 +34,7 @@ #include "python-internal.h" /* Even though Python scalar types directly map to host types, we use - target types here to remain consistent with the the values system in + target types here to remain consistent with the values system in GDB (which uses target arithmetic). */ /* Python's integer type corresponds to C's long type. */ |