summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorayin <ayin>2007-12-01 15:38:54 +0000
committerayin <ayin>2007-12-01 15:38:54 +0000
commitf704b88a866e3a27e03f686cc4ac69dd7d6414dd (patch)
tree9a650c5417df3151598516eb4f31b896f5f9a497
parent01e94682098c6af711d3953e0e99eaa4d4a09d74 (diff)
Fix typo.
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 74100e4..ed0ac1b 100644
--- 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).