aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated/split/delim_string_iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/deprecated/split/delim_string_iter.h')
-rw-r--r--library/cpp/deprecated/split/delim_string_iter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/deprecated/split/delim_string_iter.h b/library/cpp/deprecated/split/delim_string_iter.h
index 5df626b1c3..8e4ca171a0 100644
--- a/library/cpp/deprecated/split/delim_string_iter.h
+++ b/library/cpp/deprecated/split/delim_string_iter.h
@@ -38,7 +38,7 @@ public:
return IsValid;
}
- // NOTE: this is a potentially unsafe operation (no overrun check)
+ // NOTE: this is a potentially unsafe operation (no overrun check)
inline TDelimStringIter& operator++() {
if (Current.end() != Str.end()) {
Str.Skip(Current.length() + Delim.length());