Blake Mizerany 12 년 전
부모
커밋
51d3dc7f6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      etcdserver2/etcdhttp/http.go

+ 1 - 1
etcdserver2/etcdhttp/http.go

@@ -141,7 +141,7 @@ func (h Handler) serveRaft(ctx context.Context, w http.ResponseWriter, r *http.R
 	}
 }
 
-// genId generates an random id that is: n < 0 < n.
+// genId generates a random id that is: n < 0 < n.
 func genId() int64 {
 	for {
 		b := make([]byte, 8)