Nomenclature improvements.
Change-Id: I809ab04b6ee74bb8141791e1f3f5d7e3f4efb61c
diff --git a/src/runtime.cc b/src/runtime.cc
index 1378229..d07a6e5 100644
--- a/src/runtime.cc
+++ b/src/runtime.cc
@@ -166,7 +166,7 @@
// thread, whether or not that was the thread that failed. By
// stuffing a value into a bogus address, we cause a segmentation
// fault in the current thread, and get a useful log from debuggerd.
- // We can also trivially tell the difference between a VM crash and
+ // We can also trivially tell the difference between a crash and
// a deliberate abort by looking at the fault address.
*reinterpret_cast<char*>(0xdeadd00d) = 38;
abort();