summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-10-30 17:54:10 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-10-30 17:54:10 -0400
commitd01767f8b7038108f9125cd2122b117db9919824 (patch)
treeec6353d79a856b6227eeeb474fd9c653cc142d95 /opengl
parentf989c1140bbc84480498df38abec0fafff04e6ee (diff)
parent0b0722f980f40e1ac0929a7f1a6e2df7af983478 (diff)
downloadframeworks_base-d01767f8b7038108f9125cd2122b117db9919824.zip
frameworks_base-d01767f8b7038108f9125cd2122b117db9919824.tar.gz
frameworks_base-d01767f8b7038108f9125cd2122b117db9919824.tar.bz2
Merge change I56779290 into eclair
* changes: fix[2222341] Soft reset while going back from camcorder settings
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/EGL/egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index 5efecb0..c22c21b 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -1677,7 +1677,7 @@ EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target,
} else {
// In case of success, we need to clear all error flags
// (especially those caused by the implementation that didn't
- // succeed). TODO: we could about this if we knew this was
+ // succeed). TODO: we could avoid this if we knew this was
// a "full" success (all implementation succeeded).
eglGetError();
}