Docs: Fixed typo in native-memory.jd
Bug: 21921627
Change-Id: I00e172a3a867e3dbefa409c35449c65875abd4c7
diff --git a/src/devices/tech/debug/native-memory.jd b/src/devices/tech/debug/native-memory.jd
index d149ec1..eaa8ff5 100644
--- a/src/devices/tech/debug/native-memory.jd
+++ b/src/devices/tech/debug/native-memory.jd
@@ -16,7 +16,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<p>This tip assume that you are working with an eng
+<p>This tip assumes that you are working with an eng
or userdebug build of the platform, not on a production device.</p>
<p>Android's native memory allocator has some useful debugging features. You
can turn on memory tracking with:</p>
@@ -25,7 +25,7 @@
$ adb shell start
</code></pre>
<p>You need to restart the runtime so that zygote and all processes launched from
-it are restarted with the property set. Now all Dalvik processes have memory
+it are restarted with the property set. Now all app processes have memory
tracking turned on. You can look at these with DDMS, but first you need to
turn on its native memory UI:</p>
<ul>