Version 2.13.0-25.0.dev

Merge commit 'eea3d456a283e660fb01e67b4e73eb7ad90e6c86' into 'dev'
diff --git a/runtime/vm/constants_arm64.h b/runtime/vm/constants_arm64.h
index e44ab62..8227d64 100644
--- a/runtime/vm/constants_arm64.h
+++ b/runtime/vm/constants_arm64.h
@@ -325,7 +325,7 @@
 const RegList kAbiArgumentCpuRegs =
     R(R0) | R(R1) | R(R2) | R(R3) | R(R4) | R(R5) | R(R6) | R(R7);
 #if defined(TARGET_OS_FUCHSIA)
-// We rely on R18 not bying touched by Dart generated assembly or stubs at all.
+// We rely on R18 not being touched by Dart generated assembly or stubs at all.
 // We rely on that any calls into C++ also preserve R18.
 const RegList kAbiPreservedCpuRegs = R(R18) | R(R19) | R(R20) | R(R21) |
                                      R(R22) | R(R23) | R(R24) | R(R25) |
diff --git a/tools/VERSION b/tools/VERSION
index 3c3c4b9..19aca10 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 13
 PATCH 0
-PRERELEASE 24
+PRERELEASE 25
 PRERELEASE_PATCH 0
\ No newline at end of file