]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update compiler.h 2209/head
authorNiadb <34917535+Niadb@users.noreply.github.com>
Fri, 19 Jun 2020 15:51:00 +0000 (09:51 -0600)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 15:51:00 +0000 (09:51 -0600)
clean wording

lib/common/compiler.h

index 91bd85e432e51fcd2716e51093cca6b831b096fc..37cdc45ebc650791167cd800f9fe700354bd5262 100644 (file)
@@ -39,7 +39,7 @@
 #endif
 
 /**
-  On MSVC qsort requires functions passed to it use the __cdecl calling conversion(CC). 
+  On MSVC qsort requires that functions passed into it use the __cdecl calling conversion(CC). 
   This explictly marks such functions as __cdecl so that the code will still compile 
   if a CC other than __cdecl has been made the default.
 */