From 739881f214ea8e0ce57636f8563d3dd9f59dcc4e Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 20 Nov 2013 08:48:16 +0000 Subject: Cleanup: Fix a typo in string_split.h. Review URL: https://codereview.chromium.org/77553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236210 0039d316-1c4b-4281-b951-d872f2087c98 --- base/strings/string_split.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/strings/string_split.h') diff --git a/base/strings/string_split.h b/base/strings/string_split.h index faf08d6..7c27e48 100644 --- a/base/strings/string_split.h +++ b/base/strings/string_split.h @@ -14,9 +14,9 @@ namespace base { -// Splits |str| into a vector of strings delimited by |s|, placing the results -// in |r|. If several instances of |s| are contiguous, or if |str| begins with -// or ends with |s|, then an empty string is inserted. +// Splits |str| into a vector of strings delimited by |c|, placing the results +// in |r|. If several instances of |c| are contiguous, or if |str| begins with +// or ends with |c|, then an empty string is inserted. // // Every substring is trimmed of any leading or trailing white space. // NOTE: |c| must be in BMP (Basic Multilingual Plane) -- cgit v1.1