diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2011-10-03 18:08:46 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2011-10-03 18:23:30 -0700 |
| commit | 3ad4fa00ac0e3b78612eccce18fa6613f3125005 (patch) | |
| tree | 65439bc6c5c10caaad91cdd7232f3637ffdf7a5e /src/rt/rust_uv.cpp | |
| parent | a7b44e847a5bc383a8d5f26698b6e3230dbd9e2b (diff) | |
| download | rust-3ad4fa00ac0e3b78612eccce18fa6613f3125005.tar.gz rust-3ad4fa00ac0e3b78612eccce18fa6613f3125005.zip | |
rt: Fix comment typo in rust_uv.cpp
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index 39f99b9b190..f09173a08c5 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -1,4 +1,4 @@ -// Disable libev prototypes - they will make inline compatability functions +// Disable libev prototypes - they will make inline compatibility functions // which are unused and so trigger a warning in gcc since -Wall is on. #define EV_PROTOTYPES 0 #include "uv.h" |
