From 8de1e62a37e509403275d0cae322d2f8c6d362c9 Mon Sep 17 00:00:00 2001 From: Dwight Date: Tue, 1 Sep 2009 10:31:12 -0400 Subject: minor comments --- util/file_allocator.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'util') diff --git a/util/file_allocator.h b/util/file_allocator.h index f4faff9b9a1..e601863d51f 100644 --- a/util/file_allocator.h +++ b/util/file_allocator.h @@ -26,12 +26,15 @@ #endif namespace mongo { - // Handles allocation of contiguous files on disk. Allocation may be - // requested asynchronously or synchronously. + + /* Handles allocation of contiguous files on disk. Allocation may be + requested asynchronously or synchronously. + */ class FileAllocator { - // The public functions may not be called concurrently. The allocation - // functions may be called multiple times per file, but only the first - // size specified per file will be used. + /* The public functions may not be called concurrently. The allocation + functions may be called multiple times per file, but only the first + size specified per file will be used. + */ public: #if !defined(_WIN32) FileAllocator() : failed_() {} -- cgit v1.2.1