about summary refs log tree commit homepage
path: root/ext/raindrops/linux_inet_diag.c
diff options
context:
space:
mode:
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");
 }