1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

fix policheck (#102828)

This commit is contained in:
Jeff Schwartz 2024-05-29 10:54:19 -07:00 committed by GitHub
parent 5c74f63871
commit 81adb342a9
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
The IL trimmer behaviour can be altered not only using existing options but also by
adding custom steps to the processing pipeline. This advanced technique is not necessary
for most scenarious but can be used by additional framework or SDKs which need very
custom behaviour or have other special needs for the processing.
custom behaviour or have other special requirements for the processing.
## Building

View file

@ -2097,7 +2097,7 @@ BOOL ObjHeader::Validate (BOOL bVerifySyncBlkIndex)
// Warning: Assumes you already own the cache lock.
// Assumes nothing allocated inside the SyncBlock (only releases the memory, does not destruct.)
//
// This holder really just meets GetSyncBlock()'s special needs. It's not a general purpose holder.
// This holder really just meets GetSyncBlock()'s special requirements. It's not a general purpose holder.
// Do not inline this call. (fyuan)