Jelajahi Sumber

Fix typo in comment (#3622)

josh11b 2 tahun lalu
induk
melakukan
816a48ca45
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      toolchain/check/eval.cpp

+ 1 - 1
toolchain/check/eval.cpp

@@ -26,7 +26,7 @@ enum class Phase : uint8_t {
   // already-diagnosed semantic or syntax error. This is treated as being
   // potentially constant, but with an unknown phase.
   UnknownDueToError,
-  // The epxression has runtime phase because of a non-constant subexpression.
+  // The expression has runtime phase because of a non-constant subexpression.
   Runtime,
 };
 }  // namespace