diff options
Diffstat (limited to '')
| -rw-r--r-- | lparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -561,7 +561,7 @@ static void closegoto (LexState *ls, int g, Labeldesc *label, int bup) { | |||
| 561 | 561 | ||
| 562 | /* | 562 | /* |
| 563 | ** Search for an active label with the given name, starting at | 563 | ** Search for an active label with the given name, starting at |
| 564 | ** index 'ilb' (so that it can searh for all labels in current block | 564 | ** index 'ilb' (so that it can search for all labels in current block |
| 565 | ** or all labels in current function). | 565 | ** or all labels in current function). |
| 566 | */ | 566 | */ |
| 567 | static Labeldesc *findlabel (LexState *ls, TString *name, int ilb) { | 567 | static Labeldesc *findlabel (LexState *ls, TString *name, int ilb) { |
