From ae468f43418c3cbae74c7f546283f6bb4e4df690 Mon Sep 17 00:00:00 2001 From: Jamie Gennis Date: Sun, 12 Jun 2011 14:11:39 -0700 Subject: [PATCH] SurfaceTexture: fix up a comment. Change-Id: I044e44e17319e08af657a7ec9fa39100876fe862 --- include/gui/SurfaceTexture.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h index 62c3a4a81..9294df674 100644 --- a/include/gui/SurfaceTexture.h +++ b/include/gui/SurfaceTexture.h @@ -293,9 +293,9 @@ private: // by calling setBufferCount or setBufferCountServer int mBufferCount; - // mRequestedBufferCount is the number of buffer slots requested by the - // client. The default is zero, which means the client doesn't care how - // many buffers there is. + // mClientBufferCount is the number of buffer slots requested by the client. + // The default is zero, which means the client doesn't care how many buffers + // there is. int mClientBufferCount; // mServerBufferCount buffer count requested by the server-side