about summary refs log tree commit homepage
path: root/ext/raindrops/linux_inet_diag.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 17:23:32 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 17:23:32 -0700
commitad1a354968d0ae2abf5b0450cd5b254d95077ba0 (patch)
tree3d4ebf3a507c1b2738ce7bf5edd977db94422b0e /ext/raindrops/linux_inet_diag.c
parenteadaec56aef29360f5b18abd3d2683c835d3725a (diff)
downloadraindrops-ad1a354968d0ae2abf5b0450cd5b254d95077ba0.tar.gz
Diffstat (limited to 'ext/raindrops/linux_inet_diag.c')
-rw-r--r--ext/raindrops/linux_inet_diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/raindrops/linux_inet_diag.c b/ext/raindrops/linux_inet_diag.c
index 315844e..aba9e18 100644
--- a/ext/raindrops/linux_inet_diag.c
+++ b/ext/raindrops/linux_inet_diag.c
@@ -338,5 +338,5 @@ void Init_raindrops_linux_inet_diag(void)
 
         page_size = getpagesize();
 
-        assert(OPLEN <= page_size && "bytecode OPLEN is no <= PAGE_SIZE");
+        assert(OPLEN <= page_size && "bytecode OPLEN is not <= PAGE_SIZE");
 }