Clarify comments in code snippet

This commit is contained in:
Alex Hirsch 2020-09-29 13:38:46 +02:00
parent 54d6eb6134
commit c478d1d8ab

View File

@ -108,10 +108,10 @@ robot.c # currently checked out version.
robot.c.r1 # version of the other branch
robot.c.r0 # common base of both branches
# Manually resolving the merge conflict:
$ # Manually resolving the merge conflict:
$ vimdiff robot.c robot.c.r1 robot.c.r0
# Cleanup
$ # Cleanup
$ rm robot.c.r1 robot.c.r0
$ lit commit