From f5433b1049cf71ef24b17194e83b12c9904348d8 Mon Sep 17 00:00:00 2001 From: Ulrich VACHON Date: Mon, 29 Apr 2024 09:15:23 +0200 Subject: [PATCH] Update README.md, fix the dtrace outdated link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b45b47d..050b9fe 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Only main chapters:

   strace - diagnostic, debugging and instructional userspace utility for Linux.
-   DTrace - is a performance analysis and troubleshooting tool.
+   DTrace - is a performance analysis and troubleshooting tool.
   ltrace - is a library call tracer, used to trace calls made by programs to library functions.
   ptrace-burrito - is a friendly wrapper around ptrace.
   perf-tools - performance analysis tools based on Linux perf_events (aka perf) and ftrace.