Commit a77f23a5 authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

[Code Health] Correct some typos in a comment

TBR=smcgruer@chromium.org

Bug: None
Change-Id: Ied5cf4ceea764577476f966a5af30abc85188d6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704976Reviewed-by: default avatarYi Gu <yigu@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#678027}
parent 58d8c299
...@@ -276,7 +276,7 @@ void KeyframeEffect::RemoveKeyframeModel(int keyframe_model_id) { ...@@ -276,7 +276,7 @@ void KeyframeEffect::RemoveKeyframeModel(int keyframe_model_id) {
bool keyframe_model_removed = false; bool keyframe_model_removed = false;
// Since we want to use the KeyframeModels that we're going to remove, we // Since we want to use the KeyframeModels that we're going to remove, we
// need to use a stable_parition here instead of remove_if. Remove_if leaves // need to use a stable_partition here instead of remove_if. remove_if leaves
// the removed items in an unspecified state. // the removed items in an unspecified state.
auto keyframe_models_to_remove = std::stable_partition( auto keyframe_models_to_remove = std::stable_partition(
keyframe_models_.begin(), keyframe_models_.end(), keyframe_models_.begin(), keyframe_models_.end(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment