--- a/src/qtgui/preview_w.cpp
+++ b/src/qtgui/preview_w.cpp
@@ -832,8 +832,8 @@
////////////////////////////////////////////////////////////////////////
// Load and convert document
- // idoc came out of the index data (main text and other fields missing).
- // foc is the complete one what we are going to extract from storage.
+ // idoc came out of the index data (main text and some fields missing).
+ // fdoc is the complete one what we are going to extract from storage.
Rcl::Doc fdoc;
int status = 1;
LoadThread lthr(&status, fdoc, idoc);