Fix an out-of-date comment.

Change-Id: Ie3a93604533e9dab59e892506e2c0258d046837b
diff --git a/vm/Properties.c b/vm/Properties.c
index 493ce23..2290c46 100644
--- a/vm/Properties.c
+++ b/vm/Properties.c
@@ -33,7 +33,7 @@
 
     /*
      * TODO: these are currently awkward to do in Java so we sneak them in
-     * here. Only java.vm.version really needs to be in Dalvik.
+     * here.
      */
     struct utsname info;
     uname(&info);