Fix comment

This commit is contained in:
Daniel Marjamäki 2018-05-07 22:06:23 +02:00
parent bd02aca242
commit 8e8919e906
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
/**
* @brief This is the ValueFlow component in Cppcheck.
*
* Each @sa Token in the token list has a list of values. These are possible
* Each @sa Token in the token list has a list of values. These are
* the "possible" values for the Token at runtime.
*
* In the --debug and --debug-normal output you can see the ValueFlow data. For example: