diff options
Diffstat (limited to 'gcc/tree-switch-conversion.h')
-rw-r--r-- | gcc/tree-switch-conversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-switch-conversion.h b/gcc/tree-switch-conversion.h index 2b677d9..4063a6c 100644 --- a/gcc/tree-switch-conversion.h +++ b/gcc/tree-switch-conversion.h @@ -249,7 +249,7 @@ public: /* Concrete subclass of group_cluster representing a collection of cases to be implemented as a jump table. - The "emit" vfunc gernerates a nested switch statement which + The "emit" vfunc generates a nested switch statement which is later lowered to a jump table. */ class jump_table_cluster: public group_cluster |