Просмотр исходного кода

Fix comment typo in `toolchain/sem_ir/inst_kind.h` (#5330)

Co-authored-by: Josh L <josh11b@users.noreply.github.com>
josh11b 1 год назад
Родитель
Сommit
dfd5fe368d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      toolchain/sem_ir/inst_kind.h

+ 1 - 1
toolchain/sem_ir/inst_kind.h

@@ -80,7 +80,7 @@ enum class InstConstantKind : int8_t {
   // This instruction is itself a unique constant. This is used for declarations
   // whose constant identity is simply themselves. The `ConstantId` for this
   // instruction will always be a concrete constant whose `InstId` refers
-  // directly back to the instruction, rather than to a separate instrinction in
+  // directly back to the instruction, rather than to a separate instruction in
   // the constants block.
   // TODO: Decide if this is the model we want for these cases.
   Unique,