Skip to content

Commit

Permalink
regcomp.c: Typo, spacing in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Aug 31, 2016
1 parent f16e7fa commit 2cb86ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regcomp.c
Expand Up @@ -15163,7 +15163,7 @@ S_handle_regex_sets(pTHX_ RExC_state_t *pRExC_state, SV** return_invlist,
vFAIL("Unexpected ')'");
}

/* If at least two thing on the stack, treat this as an
/* If at least two things on the stack, treat this as an
* operator */
if (top_index - fence >= 1) {
goto join_operators;
Expand Down

0 comments on commit 2cb86ab

Please sign in to comment.