Skip to content

Commit b7ada3f

Browse files
committed
fix typo
1 parent 5c3d4b1 commit b7ada3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/path.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ class CPPCHECKLIB Path {
204204

205205
/**
206206
* @brief Get the size of a file
207-
* @param filePath path to the file, or -1 if the file cannot be accessed
208-
* @return size of file
207+
* @param filePath path to the file
208+
* @return size of file, or -1 if the file cannot be accessed
209209
*/
210210
static long long fileSize(const std::string &filePath);
211211
};

0 commit comments

Comments
 (0)