Skip to content

Commit 923fd8b

Browse files
committed
---
yaml --- r: 219797 b: refs/heads/snap-stage3 c: 320bd6f h: refs/heads/master i: 219795: 0da47e1 v: v3
1 parent a166381 commit 923fd8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: eaeede21269b52e0a060d363744d10fb817adec3
3+
refs/heads/snap-stage3: 320bd6f8744159739965f896275eceadbe24f370
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/liballoc/arc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ impl<T: ?Sized> Arc<T> {
211211
reason = "Weak pointers may not belong in this module.")]
212212
pub fn downgrade(&self) -> Weak<T> {
213213
loop {
214-
// This Relaaxed is OK because we're checking the value in the CAS
214+
// This Relaxed is OK because we're checking the value in the CAS
215215
// below.
216216
let cur = self.inner().weak.load(Relaxed);
217217

0 commit comments

Comments
 (0)