From: Paul Floyd Date: Tue, 26 Aug 2025 20:11:50 +0000 (+0200) Subject: Typo in comment. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eed1c55a03c5fb3e4c48573a51ef040d094cd6ba;p=thirdparty%2Fvalgrind.git Typo in comment. I did correct it, but didn't save before pushing. --- diff --git a/coregrind/m_syswrap/syswrap-linux.c b/coregrind/m_syswrap/syswrap-linux.c index d1e7c7529..48c4048aa 100644 --- a/coregrind/m_syswrap/syswrap-linux.c +++ b/coregrind/m_syswrap/syswrap-linux.c @@ -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