From 58e47c612f54ee21b3c24c24e3575179c63a0c48 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 2 May 2015 23:51:22 +0200 Subject: [PATCH] ole32: Fix some storage32 comments. --- dlls/ole32/storage32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ole32/storage32.h b/dlls/ole32/storage32.h index e03bf31977c..f894582ed8b 100644 --- a/dlls/ole32/storage32.h +++ b/dlls/ole32/storage32.h @@ -363,9 +363,9 @@ void StorageBaseImpl_RemoveStream(StorageBaseImpl * stg, StgStreamImpl * strm) D #define BLOCKCHAIN_CACHE_SIZE 4 /**************************************************************************** - * Storage32Impl definitions. + * StorageImpl definitions. * - * This implementation of the IStorage32 interface represents a root + * This implementation of the IStorage interface represents a root * storage. Basically, a document file. */ struct StorageImpl