aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/documentmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/documentmanager.cpp')
-rw-r--r--src/plugins/coreplugin/documentmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/documentmanager.cpp b/src/plugins/coreplugin/documentmanager.cpp
index 4fd4213dbb..15fb2edfdc 100644
--- a/src/plugins/coreplugin/documentmanager.cpp
+++ b/src/plugins/coreplugin/documentmanager.cpp
@@ -607,7 +607,7 @@ QList<IDocument *> DocumentManager::modifiedDocuments()
}
/*!
- Treats any subsequent change to \a fileName as an expected file change.
+ Treats any subsequent change to \a filePath as an expected file change.
\sa unexpectFileChange()
*/
@@ -631,7 +631,7 @@ static void updateExpectedState(const FilePath &filePathKey)
}
/*!
- Considers all changes to \a fileName unexpected again.
+ Considers all changes to \a filePath unexpected again.
\sa expectFileChange()
*/