diff mbox series

[ovs-dev,2/2] stream-ssl.c: Fix the comment of stream_ssl_set_ca_cert_file.

Message ID 20210513213311.1870647-2-hzhou@ovn.org
State Changes Requested
Headers show
Series [ovs-dev,1/2] stream-ssl.c: Fix stream_ssl_set_key_and_cert. | expand

Commit Message

Han Zhou May 13, 2021, 9:33 p.m. UTC
Signed-off-by: Han Zhou <hzhou@ovn.org>
---
 lib/stream-ssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c
index e67ccb4bd..6a515e465 100644
--- a/lib/stream-ssl.c
+++ b/lib/stream-ssl.c
@@ -1448,7 +1448,7 @@  stream_ssl_set_ca_cert_file__(const char *file_name,
 
 /* Sets 'file_name' as the name of the file from which to read the CA
  * certificate used to verify the peer within SSL connections.  If 'bootstrap'
- * is false, the file must exist.  If 'bootstrap' is false, then the file is
+ * is false, the file must exist.  If 'bootstrap' is true, then the file is
  * read if it is exists; if it does not, then it will be created from the CA
  * certificate received from the peer on the first SSL connection. */
 void