diff options
author | Vertexwahn <julian.amann@tum.de> | 2023-05-02 20:13:10 +0200 |
---|---|---|
committer | Vertexwahn <julian.amann@tum.de> | 2023-05-02 20:24:15 +0200 |
commit | d60c3ac625461da89e198b8912bb0bda251ef980 (patch) | |
tree | d6bddb4fc448c4a223cfa860637ed9366ff2cf52 /absl/random | |
parent | 3132b83a1a1c82df959e000057de27e1b8ff692d (diff) |
Fix spelling mistakes
Diffstat (limited to 'absl/random')
-rw-r--r-- | absl/random/internal/uniform_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/random/internal/uniform_helper.h b/absl/random/internal/uniform_helper.h index e68b82ee..db737e13 100644 --- a/absl/random/internal/uniform_helper.h +++ b/absl/random/internal/uniform_helper.h @@ -217,7 +217,7 @@ using UniformDistribution = // UniformDistributionWrapper is used as the underlying distribution type // by the absl::Uniform template function. It selects the proper Abseil // uniform distribution and provides constructor overloads that match the -// expected parameter order as well as adjusting distribtuion bounds based +// expected parameter order as well as adjusting distribution bounds based // on the tag. template <typename NumType> struct UniformDistributionWrapper : public UniformDistribution<NumType> { |