Francois Gouget : ole32: Fix some storage32 comments.
Module: wine Branch: master Commit: 58e47c612f54ee21b3c24c24e3575179c63a0c48 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58e47c612f54ee21b3c24c24e3... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat May 2 23:51:22 2015 +0200 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 e03bf31..f894582 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
participants (1)
-
Alexandre Julliard