Typo fixes

This commit is contained in:
offhub 2023-12-01 11:49:20 +03:00
parent 78fb89bf39
commit e0e6a59afc
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
*/
//---------------------------------------------------------------------------
// Variouse generic hooking helpers
// Various generic hooking helpers
//---------------------------------------------------------------------------
#if defined(_M_ARM64) || defined(_M_ARM64EC)

View File

@ -368,7 +368,7 @@ _FX void Dll_InitInjected(void)
// //
// // instead of using a separate namespace
// // just replace all \ with _ and use it as a suffix rather then an actual path
// // similarly a its done for named pipes already
// // similar to what is done for named pipes already
// // this approach can help to reduce the footprint when running in portable mode
// // alternatively we could create volatile entries under AppContainerNamedObjects
// //