Skip to content

Commit

Permalink
Small fix in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jan 27, 2018
1 parent c2ddf6c commit bc33add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parglare/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def merge_states(old_state, new_state):
not done if it would add R/R conflict.
"""

# If states are not equal (e.g. have the same kernel items)
# If states are not equal (i.e. have the same kernel items)
# no merge is possible
if old_state != new_state:
return False
Expand Down

0 comments on commit bc33add

Please sign in to comment.