From c005f2ff071da28964d7b2f60a9b273b3e9685b4 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 10 Dec 2010 00:02:31 +0000 Subject: Cleanup --- src/utils/storage.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/storage.H b/src/utils/storage.H index ad8eaa09..47015ed9 100644 --- a/src/utils/storage.H +++ b/src/utils/storage.H @@ -32,7 +32,7 @@ // --% Author: Gabriel Dos Reis // --% Description: // --% Memory management facility. Acquire raw memory directly -// --% directly for the host OS. Provide random access read to +// --% from the host OS. Provide random access read to // --% files through file mapping. #ifndef OPENAXIOM_STORAGE_INCLUDED @@ -252,7 +252,7 @@ namespace OpenAxiom { template Arena::~Arena() { - // Destroy objects in the reverse order of their + // Release storage in the reverse order of their // their allocation. while (store != 0) { Storage* current = store; -- cgit v1.2.3