From eed1c55a03c5fb3e4c48573a51ef040d094cd6ba Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Tue, 26 Aug 2025 22:11:50 +0200 Subject: [PATCH] Typo in comment. I did correct it, but didn't save before pushing. --- coregrind/m_syswrap/syswrap-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3