[REACTOS] Fix 'writting' typos (#7484)

3rd-party files are not modified.
This commit is contained in:
Ratin Gao 2024-11-01 18:50:09 +08:00 committed by GitHub
parent 898cc5663d
commit 9f784c65a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -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 */