diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:50:17 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:50:17 +0000 |
commit | 67e469d17500c1fce3646e41d8733d0dde9cab18 (patch) | |
tree | 036ab7437b84122e8eca58c30b3b7a462584fd89 /gdb/eval.c | |
parent | 06fcb193274fa35b5cf6f7dc196e3e860ac387eb (diff) | |
download | gdb-67e469d17500c1fce3646e41d8733d0dde9cab18.zip gdb-67e469d17500c1fce3646e41d8733d0dde9cab18.tar.gz gdb-67e469d17500c1fce3646e41d8733d0dde9cab18.tar.bz2 |
Correct spelling in comment: tupes -> tuples.
Diffstat (limited to 'gdb/eval.c')
-rw-r--r-- | gdb/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ get_label (register struct expression *exp, int *pos) return NULL; } -/* This function evaluates tupes (in Chill) or brace-initializers +/* This function evaluates tuples (in Chill) or brace-initializers (in C/C++) for structure types. */ static value_ptr |