fix REP MOVSB doc comment typo

This commit is contained in:
Haneef Mubarak 2020-05-26 16:08:33 -07:00
parent 429025634e
commit 6c92690914
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: D725649CEBABE897

View file

@ -175,8 +175,8 @@ bool _mi_page_is_valid(mi_page_t* page);
#endif
// ------------------------------------------------------
// Fast `memcpy()` on x86(_64) platforms unavailable,
// use REP MOVSB
// Fast `memcpy()` on x86(_64) platforms unavailable
// on Windows, use REP MOVSB if necessary
// ------------------------------------------------------
#if defined(_M_IX86) || defined(_M_X64)