]> Cypherpunks repositories - gostls13.git/commitdiff
pkg: adjust "the a" in comments
authorRobert Hencke <robert.hencke@gmail.com>
Sat, 10 Dec 2011 02:02:23 +0000 (13:02 +1100)
committerDavid Symonds <dsymonds@golang.org>
Sat, 10 Dec 2011 02:02:23 +0000 (13:02 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5476055

src/pkg/net/http/server.go
src/pkg/testing/testing.go

index c100e4d5c6d5a62ac1d513c2f7a9d0e86c033174..6df00ddaea1fc72182ced60efa68eb1cb4bf589d 100644 (file)
@@ -261,7 +261,7 @@ func (w *response) Header() Header {
 }
 
 // maxPostHandlerReadBytes is the max number of Request.Body bytes not
-// consumed by a handler that the server will read from the client
+// consumed by a handler that the server will read from the client
 // in order to keep a connection alive.  If there are more bytes than
 // this then the server to be paranoid instead sends a "Connection:
 // close" response.
index b12882d6068f71ba3322c2d09ed3ad0e0fd6f5f4..ca2fced3fb9c168903f9678b9f9f220f0972e87f 100644 (file)
@@ -75,7 +75,7 @@ func Short() bool {
        return *short
 }
 
-// decorate inserts the final newline if needed and indentation tabs for formatting.
+// decorate inserts the final newline if needed and indentation tabs for formatting.
 // If addFileLine is true, it also prefixes the string with the file and line of the call site.
 func decorate(s string, addFileLine bool) string {
        if addFileLine {