C++: Correct comment.

This commit is contained in:
Geoffrey White
2021-09-28 16:03:04 +01:00
parent 10323ac819
commit 89098f54be

View File

@@ -23,7 +23,7 @@ import DataFlow::PathGraph
abstract class NetworkSendRecv extends FunctionCall {
/**
* Gets the expression for the socket or similar object used for sending or
* receiving data.
* receiving data (if any).
*/
abstract Expr getSocketExpr();