From 53a008a61e22c8d385eb57fb5f786eb0c47ba355 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 26 Nov 2019 18:49:32 -0700 Subject: [PATCH] Fix creal_internal_fn comment I noticed that the comment before creal_internal_fn refers to $_cimag, but should refer to $_creal. gdb/ChangeLog 2019-11-28 Tom Tromey * value.c (creal_internal_fn): Fix comment. Change-Id: I5665aceb4be5aae7014e914cfb39db184c65d5ea --- gdb/ChangeLog | 4 ++++ gdb/value.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c777def757b..bc61c35064e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-11-28 Tom Tromey + + * value.c (creal_internal_fn): Fix comment. + 2019-11-28 Tom Tromey * gdbtypes.h (struct range_bounds) builtin_int, ret); } -/* Implementation of the convenience function $_cimag. Extracts the +/* Implementation of the convenience function $_creal. Extracts the real part from a complex number. */ static struct value * -- 2.30.2