aboutsummaryrefslogtreecommitdiff
path: root/absl/strings/internal/cordz_info.cc
diff options
context:
space:
mode:
authorVertexwahn <julian.amann@tum.de>2023-04-24 20:13:05 +0200
committerVertexwahn <julian.amann@tum.de>2023-04-24 21:25:50 +0200
commit421a74dce4c6f768bfcca94ba62b65ded1d50f7c (patch)
tree5eb2dcfa7d285ad9c8b9c67f33f8e20acf02ff7a /absl/strings/internal/cordz_info.cc
parent4ffaea74c1f5408e0757547a1ca0518ad43fa9f1 (diff)
downloadabseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.tar.gz
abseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.tar.bz2
abseil-421a74dce4c6f768bfcca94ba62b65ded1d50f7c.zip
Fix some spelling mistakes
Diffstat (limited to 'absl/strings/internal/cordz_info.cc')
-rw-r--r--absl/strings/internal/cordz_info.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/internal/cordz_info.cc b/absl/strings/internal/cordz_info.cc
index 0bea9c46..515dfafb 100644
--- a/absl/strings/internal/cordz_info.cc
+++ b/absl/strings/internal/cordz_info.cc
@@ -54,7 +54,7 @@ namespace {
// The top level node is treated specially: we assume the current thread
// (typically called from the CordzHandler) to hold a reference purely to
// perform a safe analysis, and not being part of the application. So we
-// substract 1 from the reference count of the top node to compute the
+// subtract 1 from the reference count of the top node to compute the
// 'application fair share' excluding the reference of the current thread.
//
// An example of fair sharing, and why we multiply reference counts: