OSDN Git Service

libgo: Update to Go 1.0.3.
[pf3gnuchains/gcc-fork.git] / libgo / go / html / template / url.go
index 454c791..2ca76bf 100644 (file)
@@ -60,7 +60,7 @@ func urlProcessor(norm bool, args ...interface{}) string {
                c := s[i]
                switch c {
                // Single quote and parens are sub-delims in RFC 3986, but we
                c := s[i]
                switch c {
                // Single quote and parens are sub-delims in RFC 3986, but we
-               // escape them so the output can be embedded in in single
+               // escape them so the output can be embedded in single
                // quoted attributes and unquoted CSS url(...) constructs.
                // Single quotes are reserved in URLs, but are only used in
                // the obsolete "mark" rule in an appendix in RFC 3986
                // quoted attributes and unquoted CSS url(...) constructs.
                // Single quotes are reserved in URLs, but are only used in
                // the obsolete "mark" rule in an appendix in RFC 3986