Skip to content

Commit 4bea8e3

Browse files
Update Lire_Fichier.cpp
1 parent 58b72b4 commit 4bea8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Kernel/Utilitaires/Lire_Fichier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Entree& Lire_Fichier::interpreter(Entree& is)
9393
// store the previous static attributes of the DataFileStream class
9494
// (loading a new datafile will mess-up those attributes)
9595
DataFileStream::Tokens old_tokens = DataFileStream::tokens;
96-
// store the index and not the iterator has copy will occure and the iterator
96+
// store the index and not the iterator as copy of the tokens list will occure and the iterator
9797
// will become invalid
9898
size_t old_index = std::distance(DataFileStream::tokens.begin(), DataFileStream::current_token_iterator);
9999
size_t old_skip = DataFileStream::tokens_to_skip;

0 commit comments

Comments
 (0)