summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgcache.cxx')
-rw-r--r--sot/source/sdstor/stgcache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx
index 02f8e38ac358..8754a53bc5a0 100644
--- a/sot/source/sdstor/stgcache.cxx
+++ b/sot/source/sdstor/stgcache.cxx
@@ -31,7 +31,7 @@
//#define CHECK_DIRTY 1
//#define READ_AFTER_WRITE 1
-////////////////////////////// class StgPage /////////////////////////////
+////////////////////////////// class StgPage
// This class implements buffer functionality. The cache will always return
// a page buffer, even if a read fails. It is up to the caller to determine
// the correctness of the I/O.
@@ -75,7 +75,7 @@ bool StgPage::IsPageGreater( const StgPage *pA, const StgPage *pB )
return pA->mnPage < pB->mnPage;
}
-//////////////////////////////// class StgCache ////////////////////////////
+//////////////////////////////// class StgCache
// The disk cache holds the cached sectors. The sector type differ according
// to their purpose.