| Index: base/string_split.h
|
| diff --git a/base/string_split.h b/base/string_split.h
|
| index 6c7895d33e8eb9e249435f4bd8600b0cfa260fb1..48c73cecc52cf39873465f86a80532eef3b23546 100644
|
| --- a/base/string_split.h
|
| +++ b/base/string_split.h
|
| @@ -15,9 +15,9 @@
|
|
|
| namespace base {
|
|
|
| -// Splits |str| into a vector of strings delimited by |s|. Append the results
|
| -// into |r| as they appear. 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|. Append the results
|
| +// into |r| as they appear. 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)
|
|
|