Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 7, 2023
1 parent 36cdde9 commit 5228388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/ctapdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CTapDriver::~CTapDriver()
close(br_socket_fd);
}

// Release TAP defice
// Release TAP device
close(m_hTAP);
}
}
Expand Down

0 comments on commit 5228388

Please sign in to comment.