summaryrefslogtreecommitdiffstats
path: root/docs/html-ndk/ndk
diff options
context:
space:
mode:
authorJohan Euphrosine <proppy@google.com>2015-05-22 18:01:57 -0700
committerJohan Euphrosine <proppy@google.com>2015-05-22 18:01:57 -0700
commit6a7406bc1787d0b555ca3a3226a291d42554a94c (patch)
tree6fb300542d259035a58507af21034802063093ff /docs/html-ndk/ndk
parent6cf938c3021dd3492b43de6ee2664609e041a0c8 (diff)
downloadframeworks_base-6a7406bc1787d0b555ca3a3226a291d42554a94c.zip
frameworks_base-6a7406bc1787d0b555ca3a3226a291d42554a94c.tar.gz
frameworks_base-6a7406bc1787d0b555ca3a3226a291d42554a94c.tar.bz2
frameworks/base/docs/ndk: fix typo in landing page
Change-Id: Ie792506b73e85dd58ebf481339801aa1d8036031
Diffstat (limited to 'docs/html-ndk/ndk')
-rw-r--r--docs/html-ndk/ndk/index.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html-ndk/ndk/index.jd b/docs/html-ndk/ndk/index.jd
index 3ab95c8..f97dbef 100644
--- a/docs/html-ndk/ndk/index.jd
+++ b/docs/html-ndk/ndk/index.jd
@@ -28,7 +28,7 @@ footer.hide=1
<span style="color:#ccc">&nbsp;&nbsp;/**<br>
&nbsp;&nbsp;* Native method implemented in C/C++<br>
&nbsp;&nbsp;*/</span><br>
- &nbsp;&nbsp;public <span style="color:#1DE9B6;font-weight:700">native</span> void <span style="color:#eee">computerFoo()</span>;<br>
+ &nbsp;&nbsp;public <span style="color:#1DE9B6;font-weight:700">native</span> void <span style="color:#eee">computeFoo()</span>;<br>
}</span>
</div>
</div>