From 183cdc95c6d6bfed9c3809108982e5088c401ebd Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Sun, 8 Jun 2014 00:32:57 +0900 Subject: [PATCH] Fix type the type name. --- src/components/main/layout/wrapper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/layout/wrapper.rs b/src/components/main/layout/wrapper.rs index e27d20316b0..2c198d1809a 100644 --- a/src/components/main/layout/wrapper.rs +++ b/src/components/main/layout/wrapper.rs @@ -748,7 +748,7 @@ pub trait PostorderNodeMutTraversal { } /// Opaque type stored in type-unsafe work queues for parallel layout. -/// Must be transmutable to and from LayoutNode/ThreadsafeLayoutNode. +/// Must be transmutable to and from LayoutNode/ThreadSafeLayoutNode. pub type UnsafeLayoutNode = (uint, uint); pub fn layout_node_to_unsafe_layout_node(node: &LayoutNode) -> UnsafeLayoutNode {