Commit f1820b50 authored by Rob Pike's avatar Rob Pike

typo in message

R=ken
OCL=27621
CL=27621
parent f83f245c
...@@ -32,6 +32,6 @@ func main() { ...@@ -32,6 +32,6 @@ func main() {
m, h, s := f3(); m, h, s := f3();
} }
if x() != "3" { if x() != "3" {
println("g() failed"); println("x() failed");
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment