Skip to content

Commit

Permalink
Fix comma in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Apr 7, 2020
1 parent 0b65a6e commit 7051cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/native/test_syscalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def test_recvfrom(self):
self.assertEqual(conn_fd, 4)

sock_obj = self.linux.files[conn_fd]
# Any socket that comes from an accept, should probably be symbolic for now
# Any socket that comes from an accept should probably be symbolic for now
assert isinstance(sock_obj, SymbolicSocket)

# Start with 0 symbolic bytes
Expand Down

0 comments on commit 7051cd4

Please sign in to comment.