From 37bd466e5898da17f474628461abdd023c4d6a4d Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Thu, 22 May 2014 22:50:31 +1000 Subject: Spelling/doc formatting fixes. --- src/libnative/io/timer_unix.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libnative') diff --git a/src/libnative/io/timer_unix.rs b/src/libnative/io/timer_unix.rs index ed218022b2e..8aa8b12b26d 100644 --- a/src/libnative/io/timer_unix.rs +++ b/src/libnative/io/timer_unix.rs @@ -23,7 +23,7 @@ //! //! Whenever the call to select() times out, then a channel receives a message. //! Whenever the call returns that the file descriptor has information, then the -//! channel from timers is drained, enqueueing all incoming requests. +//! channel from timers is drained, enqueuing all incoming requests. //! //! The actual implementation of the helper thread is a sorted array of //! timers in terms of target firing date. The target is the absolute time at @@ -42,7 +42,7 @@ //! thread. Whenever the timer is modified, it first takes ownership back from //! the worker thread in order to modify the same data structure. This has the //! side effect of "cancelling" the previous requests while allowing a -//! re-enqueueing later on. +//! re-enqueuing later on. //! //! Note that all time units in this file are in *milliseconds*. -- cgit 1.4.1-3-g733a5