From 67e469d17500c1fce3646e41d8733d0dde9cab18 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 1 Sep 2000 23:50:17 +0000 Subject: [PATCH] Correct spelling in comment: tupes -> tuples. --- gdb/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/eval.c b/gdb/eval.c index e9ca802..fbe29a6 100644 --- a/gdb/eval.c +++ b/gdb/eval.c @@ -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 -- 2.7.4