From 6a7406bc1787d0b555ca3a3226a291d42554a94c Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Fri, 22 May 2015 18:01:57 -0700 Subject: [PATCH] frameworks/base/docs/ndk: fix typo in landing page Change-Id: Ie792506b73e85dd58ebf481339801aa1d8036031 --- docs/html-ndk/ndk/index.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html-ndk/ndk/index.jd b/docs/html-ndk/ndk/index.jd index 3ab95c83be284..f97dbef79eb24 100644 --- a/docs/html-ndk/ndk/index.jd +++ b/docs/html-ndk/ndk/index.jd @@ -28,7 +28,7 @@ footer.hide=1   /**
  * Native method implemented in C/C++
  */

-   public native void computerFoo();
+   public native void computeFoo();
}