From 334031cd07c3bd09d23fce0ebaf946fc6ecfee26 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Tue, 9 Nov 2010 21:54:38 -0800 Subject: Fix documentation errors Fix typos. Fix javadoc error. Fix wrong instructions about new returning null. Change-Id: I76bca22e386839007fc99667b07649a4ced4180f --- core/java/android/view/SurfaceView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/view/SurfaceView.java') diff --git a/core/java/android/view/SurfaceView.java b/core/java/android/view/SurfaceView.java index 7021604937cd..6451d47a189c 100644 --- a/core/java/android/view/SurfaceView.java +++ b/core/java/android/view/SurfaceView.java @@ -65,7 +65,7 @@ import java.util.concurrent.locks.ReentrantLock; * Surface is created and destroyed as the window is shown and hidden. * *

One of the purposes of this class is to provide a surface in which a - * secondary thread can render in to the screen. If you are going to use it + * secondary thread can render into the screen. If you are going to use it * this way, you need to be aware of some threading semantics: * *