diff --git a/src/test/run-pass/weird-exprs.rs b/src/test/run-pass/weird-exprs.rs index d1b86ad44fc..797ed1b0f39 100644 --- a/src/test/run-pass/weird-exprs.rs +++ b/src/test/run-pass/weird-exprs.rs @@ -1,4 +1,4 @@ -// Just a grab bug of stuff that you wouldn't want to actualy write +// Just a grab bag of stuff that you wouldn't want to actually write. fn strange() -> bool { let _x = ret true; }