Skip to content

Commit 3ad4fa0

Browse files
committed
rt: Fix comment typo in rust_uv.cpp
1 parent a7b44e8 commit 3ad4fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_uv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Disable libev prototypes - they will make inline compatability functions
1+
// Disable libev prototypes - they will make inline compatibility functions
22
// which are unused and so trigger a warning in gcc since -Wall is on.
33
#define EV_PROTOTYPES 0
44
#include "uv.h"

0 commit comments

Comments
 (0)