From 342e76ced1bcdadcc5824d4f1c55778833796619 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Thu, 23 Feb 2023 22:15:59 +0100 Subject: [PATCH] One small typo --- README.freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.freebsd b/README.freebsd index e92dfd5932..90eefc89b9 100644 --- a/README.freebsd +++ b/README.freebsd @@ -32,7 +32,7 @@ Known Limitations (June 2022) 1. There are some limitations when running Valgrind on code that was compiled with clang. These issues are not present with code compiled with GCC. a) There may be missing source information concerning variables due - to DWARF extensions ised by GCC. + to DWARF extensions used by GCC. b) Code that uses OpenMP will generate spurious errors. 2. vgdb invoker, which uses ptrace, may cause system calls to be interrupted. As an example, if the debuggee seems to have be -- 2.47.2