Typo? Typo. Typo!

This commit is contained in:
Rafal Kupiec 2018-07-24 16:37:14 +02:00
parent ae2c1e2ae5
commit 6f64412108
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -5197,7 +5197,7 @@ static sxi32 PH7_CompileSwitch(ph7_gen_state *pGen) {
} }
if(nKwrd == PH7_TKWRD_DEFAULT) { if(nKwrd == PH7_TKWRD_DEFAULT) {
/* /*
* Accroding to the PHP language reference manual * According to the PHP language reference manual
* A special case is the default case. This case matches anything * A special case is the default case. This case matches anything
* that wasn't matched by the other cases. * that wasn't matched by the other cases.
*/ */