|
From: Paul F. <pa...@so...> - 2023-02-23 21:16:27
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=342e76ced1bcdadcc5824d4f1c55778833796619 commit 342e76ced1bcdadcc5824d4f1c55778833796619 Author: Paul Floyd <pj...@wa...> Date: Thu Feb 23 22:15:59 2023 +0100 One small typo Diff: --- 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 |