Commit a69b4601 authored by hyunjune's avatar hyunjune Committed by Commit Bot

Fixup typo on the comment

This patch fix up typo to replace 'becase' with 'because' on the comment.

Change-Id: I645c741892531f105189bfac001ff7fb70cd8105
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824733
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700141}
parent 52099d62
...@@ -283,7 +283,7 @@ void NGLineBreaker::ComputeBaseDirection() { ...@@ -283,7 +283,7 @@ void NGLineBreaker::ComputeBaseDirection() {
// Initialize internal states for the next line. // Initialize internal states for the next line.
void NGLineBreaker::PrepareNextLine(NGLineInfo* line_info) { void NGLineBreaker::PrepareNextLine(NGLineInfo* line_info) {
// NGLineInfo is not supposed to be re-used becase it's not much gain and to // NGLineInfo is not supposed to be re-used because it's not much gain and to
// avoid rare code path. // avoid rare code path.
const NGInlineItemResults& item_results = line_info->Results(); const NGInlineItemResults& item_results = line_info->Results();
DCHECK(item_results.IsEmpty()); DCHECK(item_results.IsEmpty());
......
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