]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix typo in Util::split_into_views doc string
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 4 Jul 2021 16:45:14 +0000 (18:45 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 4 Jul 2021 16:45:14 +0000 (18:45 +0200)
src/Util.hpp

index 6e3ed4a46d8547e283538fc5d03f16022ae0820f..0d25046702e6c2add3fd4a55b6839af1309c5d91 100644 (file)
@@ -419,7 +419,7 @@ size_change_kibibyte(const Stat& old_stat, const Stat& new_stat)
 }
 
 // Split `input` into words at any of the characters listed in `separators`.
-// These words are a view into `input`; empty words are omitted. `separators2`
+// These words are a view into `input`; empty words are omitted. `separators`
 // must neither be the empty string nor a nullptr.
 std::vector<nonstd::string_view> split_into_views(nonstd::string_view input,
                                                   const char* separators);