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

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)