citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit c2e776bac0290f2bd1be6f88d9c27ac4663f4bd9
parent f647b7fa763de47162f01622673352fee7b72de7
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Tue, 28 Feb 2023 04:06:43 +0000

lib: fix doc for single output file

Diffstat:
Mlib/citrun.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/citrun.c b/lib/citrun.c @@ -29,7 +29,7 @@ * `struct citrun_node` per instrumented translation unit. The file is * structured like the following: * - * /tmp/citrun/a.out_XXXXXXX: + * /tmp/citrun.out: * * +-----------------------+ * | struct citrun_header |