[vlmc-devel] commit: StackedBuffers: Fixing typos ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Sun Aug 15 20:53:49 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sat Aug 7 19:17:07 2010 +0200| [b98ca6efe5cf26b08b30a8662bd13c5c23b67a07] | committer: Hugo Beauzée-Luyssen
StackedBuffers: Fixing typos
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=b98ca6efe5cf26b08b30a8662bd13c5c23b67a07
---
src/Workflow/StackedBuffer.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Workflow/StackedBuffer.hpp b/src/Workflow/StackedBuffer.hpp
index 42ac662..6fc8e43 100644
--- a/src/Workflow/StackedBuffer.hpp
+++ b/src/Workflow/StackedBuffer.hpp
@@ -1,5 +1,5 @@
/*****************************************************************************
-* StackedBuffer.hpp: A buffer that's must can be released and pushed back on a Pool.
+* StackedBuffer.hpp: A buffer that must can be released and pushed back on a Pool.
*****************************************************************************
* Copyright (C) 2008-2010 VideoLAN
*
@@ -30,7 +30,7 @@ template <typename T>
class StackedBuffer
{
public:
- StackedBuffer( T buff, bool mustBeReleased = true ) :
+ StackedBuffer( T buff, bool mustBeReleased = true ) :
m_buff( buff ),
m_mustRelease( mustBeReleased )
{
More information about the Vlmc-devel
mailing list