commit | bc2cf42c625c87fb4e54c354e0397fd94dae9689 | [log] [tgz] |
---|---|---|
author | Eric Rahm <erahm@google.com> | Wed Jul 17 18:07:29 2024 -0700 |
committer | Eric Rahm <erahm@google.com> | Wed Jul 17 18:07:29 2024 -0700 |
tree | 8cd1374699c9023d0695e00aa6603c24272d42a0 | |
parent | 482a2a45497a3cd174dfac664cbb20786e91d250 [diff] |
Fix typo
diff --git a/compiler/util/ir_data_utils.py b/compiler/util/ir_data_utils.py index b41c39a..7de1979 100644 --- a/compiler/util/ir_data_utils.py +++ b/compiler/util/ir_data_utils.py
@@ -80,7 +80,7 @@ from compiler.util import ir_data_fields -MessageT = TypeVar("MessaageT", bound=ir_data.Message) +MessageT = TypeVar("MessageT", bound=ir_data.Message) def field_specs(ir: MessageT | type[MessageT]):