]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipv4/ipvs/ip_vs_sed.c
Fix occurrences of "the the "
[mirror_ubuntu-bionic-kernel.git] / net / ipv4 / ipvs / ip_vs_sed.c
index ff366f7390d9c7e15d4e5c42bafef20a3ccf40d0..dd7c128f9db33e48cc3cd4585a154c7dfa40f619 100644 (file)
@@ -18,7 +18,7 @@
  * The SED algorithm attempts to minimize each job's expected delay until
  * completion. The expected delay that the job will experience is
  * (Ci + 1) / Ui if sent to the ith server, in which Ci is the number of
- * jobs on the the ith server and Ui is the fixed service rate (weight) of
+ * jobs on the ith server and Ui is the fixed service rate (weight) of
  * the ith server. The SED algorithm adopts a greedy policy that each does
  * what is in its own best interest, i.e. to join the queue which would
  * minimize its expected delay of completion.