]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Typo in comment.
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 26 Aug 2025 20:11:50 +0000 (22:11 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 26 Aug 2025 20:11:50 +0000 (22:11 +0200)
I did correct it, but didn't save before pushing.

coregrind/m_syswrap/syswrap-linux.c

index d1e7c752945da3c6c10c206917ca5d7b2a8e93a1..48c4048aac63d54ab832408a66e641497a39a644 100644 (file)
@@ -115,7 +115,7 @@ static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
 }
 
 /*
- * Used by *at() functions that take a firectory fd as a root for relative paths
+ * Used by *at() functions that take a directory fd as a root for relative paths
  * I did want to put this in pub_core_syswrap.h but that's difficult as
  * it pulls in several dependent headers resulting in one that can't
  * be accessed every place that uses this pub_core_syswrap.h