Commit a6c47d73 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

cabinet: Fix its vs it's typos.

parent ff6f31de
...@@ -2582,7 +2582,7 @@ BOOL __cdecl FDICopy( ...@@ -2582,7 +2582,7 @@ BOOL __cdecl FDICopy(
* where all the cabinet files needed for decryption are simultaneously * where all the cabinet files needed for decryption are simultaneously
* available. But presumably, the API is supposed to support cabinets which * available. But presumably, the API is supposed to support cabinets which
* are split across multiple CDROMS; we may need to change our implementation * are split across multiple CDROMS; we may need to change our implementation
* to strictly serialize it's file usage so that it opens only one cabinet * to strictly serialize its file usage so that it opens only one cabinet
* at a time. Some experimentation with Windows is needed to figure out the * at a time. Some experimentation with Windows is needed to figure out the
* precise semantics required. The relevant code is here and in fdi_decomp(). * precise semantics required. The relevant code is here and in fdi_decomp().
*/ */
...@@ -2613,8 +2613,8 @@ BOOL __cdecl FDICopy( ...@@ -2613,8 +2613,8 @@ BOOL __cdecl FDICopy(
* if we imagine parallelized access to the FDICopy API. * if we imagine parallelized access to the FDICopy API.
* *
* The current implementation punts -- it just returns the previous cabinet and * The current implementation punts -- it just returns the previous cabinet and
* it's info from the header of this cabinet. This provides the right answer in * its info from the header of this cabinet. This provides the right answer in
* 95% of the cases; its worth checking if Microsoft cuts the same corner before * 95% of the cases; it's worth checking if Microsoft cuts the same corner before
* we "fix" it. * we "fix" it.
*/ */
ZeroMemory(&fdin, sizeof(FDINOTIFICATION)); ZeroMemory(&fdin, sizeof(FDINOTIFICATION));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment