We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b72b4 commit 4bea8e3Copy full SHA for 4bea8e3
1 file changed
src/Kernel/Utilitaires/Lire_Fichier.cpp
@@ -93,7 +93,7 @@ Entree& Lire_Fichier::interpreter(Entree& is)
93
// store the previous static attributes of the DataFileStream class
94
// (loading a new datafile will mess-up those attributes)
95
DataFileStream::Tokens old_tokens = DataFileStream::tokens;
96
- // store the index and not the iterator has copy will occure and the iterator
+ // store the index and not the iterator as copy of the tokens list will occure and the iterator
97
// will become invalid
98
size_t old_index = std::distance(DataFileStream::tokens.begin(), DataFileStream::current_token_iterator);
99
size_t old_skip = DataFileStream::tokens_to_skip;
0 commit comments