]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/src/collections/btree/fix.rs
VxWorks does provide sigemptyset and sigaddset
[rust.git] / library / alloc / src / collections / btree / fix.rs
index af87a9b956a176d9bc59f5d4eb7494ce82380ce5..c4861817dd05da395b86aa137136a194cf086b27 100644 (file)
@@ -3,7 +3,7 @@
 
 impl<'a, K: 'a, V: 'a> NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInternal> {
     /// Stocks up a possibly underfull node by merging with or stealing from a
-    /// sibling. If succesful but at the cost of shrinking the parent node,
+    /// sibling. If successful but at the cost of shrinking the parent node,
     /// returns that shrunk parent node. Returns an `Err` if the node is
     /// an empty root.
     fn fix_node_through_parent(