Also fix a comment typo.
This mirrors what was suggested in review of D97539.
Differential D98015
[libcxx] Simplify rounding of durations in win32 __libcpp_thread_sleep_for mstorsjo on Mar 5 2021, 12:56 AM. Authored by
Details
Also fix a comment typo. This mirrors what was suggested in review of D97539.
Diff Detail
Event Timeline
Comment Actions LGTM except a minor issue.
|
Just a remark, not specific to this patch.
It seems that in src/ we sometimes use _VSTD:: and sometimes std::, which is pretty much inconsistent.
IMO, we should use _VSTD:: as much as possible.