Fix small typo in xds end2end test (#26685)

pull/26689/head
Alisha Nanda 4 years ago committed by GitHub
parent 69228e202c
commit d73ec07fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/xds_end2end_test.cc

@ -1618,7 +1618,7 @@ grpc_millis NowFromCycleCounter() {
// Returns the number of RPCs needed to pass error_tolerance at 99.99994%
// chance. Rolling dices in drop/fault-injection generates a binomial
// distribution (if our code is not horribly wrong). Let's make "n" the number
// of samples, "p" the probabilty. If we have np>5 & n(1-p)>5, we can
// of samples, "p" the probability. If we have np>5 & n(1-p)>5, we can
// approximately treat the binomial distribution as a normal distribution.
//
// For normal distribution, we can easily look up how many standard deviation we

Loading…
Cancel
Save