summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/_servtgt.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librdbg/src/_servtgt.c')
-rw-r--r--c/src/librdbg/src/_servtgt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librdbg/src/_servtgt.c b/c/src/librdbg/src/_servtgt.c
index 07e380674c..06e97b52ac 100644
--- a/c/src/librdbg/src/_servtgt.c
+++ b/c/src/librdbg/src/_servtgt.c
@@ -213,7 +213,7 @@ int
TgtPtrace (int req, PID pid, char *addr, int data, void *addr2)
{
if ((req == RPT_SINGLESTEP || req == RPT_CONT)
- && addr2) { /* clear then step *//* addr2 is the old value */
+ && addr2) { /* clear then step */ /* addr2 is the old value */
int ret;