Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mwarning/SimpleDNS
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Oct 29, 2019
2 parents bdf8f13 + 221440b commit 5f240da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ void resolver_process(struct Message* msg)
msg->answers = rr;
rr->next = beg;

// ump here to omit question
// jump here to omit question
next:

// process next question
Expand Down

0 comments on commit 5f240da

Please sign in to comment.