From c1755d520059275c076b0c6695dcccf0c23b1003 Mon Sep 17 00:00:00 2001 From: Alexander Hajnal Date: Tue, 27 Dec 2022 03:04:13 -0500 Subject: [PATCH] Update job.cpp: Corrected errors in comments Signed-off-by: Alexander Hajnal --- tdeio/tdeio/job.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdeio/tdeio/job.cpp b/tdeio/tdeio/job.cpp index a8e9e358a..48cc68e3b 100644 --- a/tdeio/tdeio/job.cpp +++ b/tdeio/tdeio/job.cpp @@ -98,7 +98,7 @@ extern "C" { //#include // For stderr, (v)fprintf (already included above) //#include // For errno (already included above) //#include // For free (already included above) -//#include // For errno, strdup, and strcmp (already implictly included above) +//#include // For strerror, strdup, and strcmp (already implicitly included above) #include // For va_start and va_end extern "C" {