From 8e9939d01f83187943adf359e579827d509f0b8a Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 1 Feb 2015 19:34:43 +0100 Subject: [PATCH] Fix a typo in the refcounted documentation. --- components/script/dom/bindings/refcounted.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/dom/bindings/refcounted.rs b/components/script/dom/bindings/refcounted.rs index 35a87411fd9..cce6623b0c5 100644 --- a/components/script/dom/bindings/refcounted.rs +++ b/components/script/dom/bindings/refcounted.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -//! A generic, safe mechnanism by which DOM objects can be pinned and transferred +//! A generic, safe mechanism by which DOM objects can be pinned and transferred //! between tasks (or intra-task for asynchronous events). Akin to Gecko's //! nsMainThreadPtrHandle, this uses thread-safe reference counting and ensures //! that the actual SpiderMonkey GC integration occurs on the script task via