[4.0] DALi version 1.2.84
[platform/core/uifw/dali-adaptor.git] / adaptors / common / indicator-buffer.cpp
index e929f12..bcc2c29 100644 (file)
@@ -33,7 +33,7 @@ IndicatorBuffer::IndicatorBuffer( Adaptor* adaptor, unsigned int width, unsigned
 {
   DALI_ASSERT_ALWAYS( adaptor );
 
-  // Use BufferImage when SharedGlBuffer extension is unavailable
+  // Use BitmapImage when SharedGlBuffer extension is unavailable
   mBitmapBuffer = new NativeBitmapBuffer( adaptor, mImageWidth, mImageHeight, mPixelFormat );
   mNativeImage = mBitmapBuffer;
 }