Version 2.12.0-170.0.dev

Merge commit 'b6482f5694713f22bdfb6656c7f5d897367432d3' into 'dev'
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 5e33f16..ec3d078 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -3617,7 +3617,7 @@
   }
 
   // If there is a compile-time error while evaluating the metadata, we will
-  // simply claim there was no @pramga annotation.
+  // simply claim there was no @pragma annotation.
   if (metadata_obj.IsNull() || metadata_obj.IsLanguageError()) {
     return false;
   }
diff --git a/tools/VERSION b/tools/VERSION
index 2eefe21..a38a740 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 12
 PATCH 0
-PRERELEASE 169
+PRERELEASE 170
 PRERELEASE_PATCH 0
\ No newline at end of file