From 72d34be06324624ee4dcf27b1f001ab573ddec06 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 12 Jan 2018 05:27:49 +0000 Subject: Fix "the the" typos. TBR=hnakashima@chromium.org Change-Id: I50877f5a2ff3fb6f48630019d2481aa451945118 Reviewed-on: https://pdfium-review.googlesource.com/22774 Reviewed-by: Lei Zhang Commit-Queue: Lei Zhang --- core/fxcrt/string_view_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/fxcrt/string_view_template.h b/core/fxcrt/string_view_template.h index cd3614b34f..1e436d3978 100644 --- a/core/fxcrt/string_view_template.h +++ b/core/fxcrt/string_view_template.h @@ -50,7 +50,7 @@ class StringViewTemplate { : m_Ptr(ptr), m_Length(size) {} // Deliberately implicit to avoid calling on every string literal. - // |ch| must be an lvalue that outlives the the StringViewTemplate. + // |ch| must be an lvalue that outlives the StringViewTemplate. // NOLINTNEXTLINE(runtime/explicit) StringViewTemplate(CharType& ch) { m_Ptr = reinterpret_cast(&ch); -- cgit v1.2.3