]> git.llucax.com Git - software/libev.git/blobdiff - ev.pod
Fix typo.
[software/libev.git] / ev.pod
diff --git a/ev.pod b/ev.pod
index 74100e49aad41b75c1c832157bf71de96d9329ff..ed0ac1b9a519e1716e2ceb45874ef263e429dbd3 100644 (file)
--- a/ev.pod
+++ b/ev.pod
@@ -276,7 +276,7 @@ enabling this flag.
 
 This works by calling C<getpid ()> on every iteration of the loop,
 and thus this might slow down your event loop if you do a lot of loop
-iterations and little real work, but is usually not noticable (on my
+iterations and little real work, but is usually not noticeable (on my
 Linux system for example, C<getpid> is actually a simple 5-insn sequence
 without a syscall and thus I<very> fast, but my Linux system also has
 C<pthread_atfork> which is even faster).