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();
}