Skip to content

Commit 82f564e

Browse files
committed
Fix documentation error
1 parent 9ae2624 commit 82f564e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cppcheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class CPPCHECKLIB CppCheck {
167167
* @brief Calculate hash used to detect when a file needs to be reanalyzed.
168168
*
169169
* @param preprocessor Preprocessor used to calculate the hash.
170-
* @param toolinfo Token list from preprocessed file.
170+
* @param tokens Token list from preprocessed file.
171171
* @return hash
172172
*/
173173
std::size_t calculateHash(const Preprocessor &preprocessor, const simplecpp::TokenList &tokens);

0 commit comments

Comments
 (0)