aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/internal/flag_msvc.inc
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-05-03 07:41:30 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-03 07:41:30 -0700
commit3e9f08d9fb77b685e14e87630036e7b6cf09c2c6 (patch)
tree4e19365188ca6677bf178597b4eee4e7ea91335e /absl/flags/internal/flag_msvc.inc
parent3132b83a1a1c82df959e000057de27e1b8ff692d (diff)
parentd60c3ac625461da89e198b8912bb0bda251ef980 (diff)
downloadabseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.tar.gz
abseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.tar.bz2
abseil-3e9f08d9fb77b685e14e87630036e7b6cf09c2c6.zip
Merge pull request #1441 from Vertexwahn:fix-spelling3
PiperOrigin-RevId: 529086715 Change-Id: Id5462322d5707a1b4475438520fcb70ee7b15450
Diffstat (limited to 'absl/flags/internal/flag_msvc.inc')
-rw-r--r--absl/flags/internal/flag_msvc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/internal/flag_msvc.inc b/absl/flags/internal/flag_msvc.inc
index c31bd27f..614d09fd 100644
--- a/absl/flags/internal/flag_msvc.inc
+++ b/absl/flags/internal/flag_msvc.inc
@@ -29,7 +29,7 @@
// second level of protection is a global Mutex, so if two threads attempt to
// construct the flag concurrently only one wins.
//
-// This solution is based on a recomendation here:
+// This solution is based on a recommendation here:
// https://developercommunity.visualstudio.com/content/problem/336946/class-with-constexpr-constructor-not-using-static.html?childToView=648454#comment-648454
namespace flags_internal {