Commit e6cf42c3 authored by Rob Pike's avatar Rob Pike

gofix: fix embarrassing typo in osopen.go

R=rsc, gri
CC=golang-dev
https://golang.org/cl/4411044
parent 4c5dd0e1
......@@ -71,7 +71,7 @@ func isCreateFlag(flag ast.Expr) bool {
foundCreate := false
foundTrunc := false
// OR'ing of flags: is O_CREATE on? + or | would be fine; we just look for os.O_CREATE
// and don't worry about the actual opeator.
// and don't worry about the actual operator.
p := flag.Pos()
for {
lhs := flag
......
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