aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/internal/flag.cc
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-05-01 12:43:41 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-01 12:43:41 -0700
commit201c426c122a779382208c9347b35fd696cc3a3c (patch)
tree0231ec20d7bd2625782f5c6cd94ac837ce6bb874 /absl/flags/internal/flag.cc
parente9a7eea615352e2f74c13585a4b031f868b3bfa7 (diff)
parent9c32e50df8e7bbd777c64107e7580ed434f003c0 (diff)
downloadabseil-201c426c122a779382208c9347b35fd696cc3a3c.tar.gz
abseil-201c426c122a779382208c9347b35fd696cc3a3c.tar.bz2
abseil-201c426c122a779382208c9347b35fd696cc3a3c.zip
Merge pull request #1438 from Vertexwahn:fix-spelling
PiperOrigin-RevId: 528547013 Change-Id: I9b57ee062ef666d6a34696778ff16a46c5ccb17d
Diffstat (limited to 'absl/flags/internal/flag.cc')
-rw-r--r--absl/flags/internal/flag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/internal/flag.cc b/absl/flags/internal/flag.cc
index cc656f9d..8da820e1 100644
--- a/absl/flags/internal/flag.cc
+++ b/absl/flags/internal/flag.cc
@@ -197,7 +197,7 @@ void FlagImpl::AssertValidType(FlagFastTypeId rhs_type_id,
FlagFastTypeId lhs_type_id = flags_internal::FastTypeId(op_);
// `rhs_type_id` is the fast type id corresponding to the declaration
- // visibile at the call site. `lhs_type_id` is the fast type id
+ // visible at the call site. `lhs_type_id` is the fast type id
// corresponding to the type specified in flag definition. They must match
// for this operation to be well-defined.
if (ABSL_PREDICT_TRUE(lhs_type_id == rhs_type_id)) return;