mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +00:00
[REACTOS] Fix 'writting' typos (#7484)
3rd-party files are not modified.
This commit is contained in:
parent
898cc5663d
commit
9f784c65a2
5 changed files with 6 additions and 6 deletions
|
@ -330,7 +330,7 @@ FsRtlCopyWrite2(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* And that we're not writting beyond allocation size */
|
||||
/* And that we're not writing beyond allocation size */
|
||||
if (Fcb->AllocationSize.QuadPart < LastOffset.QuadPart)
|
||||
{
|
||||
ExReleaseResourceLite(Fcb->Resource);
|
||||
|
@ -561,7 +561,7 @@ FsRtlCopyWrite2(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* And that we're not writting beyond allocation size
|
||||
/* And that we're not writing beyond allocation size
|
||||
* and that we're not going above 4GB
|
||||
*/
|
||||
if ((Fcb->AllocationSize.LowPart < LastOffset.LowPart) ||
|
||||
|
|
|
@ -4047,7 +4047,7 @@ RxCommonWrite(
|
|||
return STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
/* Are we writting to EOF? */
|
||||
/* Are we writing to EOF? */
|
||||
WriteToEof = ((ByteOffset.LowPart == FILE_WRITE_TO_END_OF_FILE) && (ByteOffset.HighPart == -1));
|
||||
/* FIXME: validate length/offset */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue