From 61adf464868046bd0f563f4d7c7c0fd96d7eae1f Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 9 Mar 2011 15:59:12 +0000 Subject: [PATCH] 2011-03-09 Michael Snyder * gdbserver/tracepoint.c: Fix small comment typo. --- gdb/gdbserver/tracepoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/gdbserver/tracepoint.c b/gdb/gdbserver/tracepoint.c index 8d99c94dac0..c0e4cac336a 100644 --- a/gdb/gdbserver/tracepoint.c +++ b/gdb/gdbserver/tracepoint.c @@ -26,7 +26,7 @@ #include #endif -/* This file is built for both both GDBserver, and the in-process +/* This file is built for both GDBserver, and the in-process agent (IPA), a shared library that includes a tracing agent that is loaded by the inferior to support fast tracepoints. Fast tracepoints (or more accurately, jump based tracepoints) are -- 2.30.2