Skip to content

Commit 6fbf76c

Browse files
authored
xquic.h 部分注释笔误修改 (#480)
1 parent 33a8b03 commit 6fbf76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: include/xquic/xquic.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ typedef struct xqc_config_s {
10771077
/** enable log based on event or not, non-zero for enable, 0 for not */
10781078
xqc_flag_t cfg_log_event;
10791079

1080-
/** qlog evnet importance */
1080+
/** qlog event importance */
10811081
qlog_event_importance_t cfg_qlog_importance;
10821082

10831083
/** print timestamp in log or not, non-zero for print, 0 for not */
@@ -1179,7 +1179,7 @@ typedef struct xqc_engine_callback_s {
11791179
* @brief engine's ssl config
11801180
*/
11811181
typedef struct xqc_engine_ssl_config_s {
1182-
/** private key filefor server */
1182+
/** private key file for server */
11831183
char *private_key_file;
11841184
/** certificate file for server */
11851185
char *cert_file;

0 commit comments

Comments
 (0)