summaryrefslogtreecommitdiffstats
path: root/core/jni/AndroidRuntime.cpp
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2011-04-06 15:41:29 -0700
committerBrian Carlstrom <bdc@google.com>2011-04-07 11:58:37 -0700
commit46703b099516c383a6882815bcf9cd4df0ec538d (patch)
tree0b4f84436ce6d2b30ad7865facd03d889ea916be /core/jni/AndroidRuntime.cpp
parente651c68ee8f9de7fe3c342c5b5f6690c729f6014 (diff)
downloadframeworks_base-46703b099516c383a6882815bcf9cd4df0ec538d.zip
frameworks_base-46703b099516c383a6882815bcf9cd4df0ec538d.tar.gz
frameworks_base-46703b099516c383a6882815bcf9cd4df0ec538d.tar.bz2
Tolerate missing AccountManager resource, not just missing resource name
In addition to the primary change in the subject, also some minor cleanup of javadoc, typos, CloseGuard warning, etc found while working on a new AbstractAccountAuthenticator. Change-Id: I73f3408773a43a0021a15f8d051fd3dbbdf898a5
Diffstat (limited to 'core/jni/AndroidRuntime.cpp')
-rw-r--r--core/jni/AndroidRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/AndroidRuntime.cpp b/core/jni/AndroidRuntime.cpp
index 2a11c87..f29d83e 100644
--- a/core/jni/AndroidRuntime.cpp
+++ b/core/jni/AndroidRuntime.cpp
@@ -907,7 +907,7 @@ void AndroidRuntime::start(const char* className, const bool startSystemServer)
blockSigpipe();
/*
- * 'startSystemServer == true' means runtime is obslete and not run from
+ * 'startSystemServer == true' means runtime is obsolete and not run from
* init.rc anymore, so we print out the boot start event here.
*/
if (startSystemServer) {