diff options
Diffstat (limited to 'absl/flags/BUILD.bazel')
-rw-r--r-- | absl/flags/BUILD.bazel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/BUILD.bazel b/absl/flags/BUILD.bazel index fe59ec848e84..2bf562f898c7 100644 --- a/absl/flags/BUILD.bazel +++ b/absl/flags/BUILD.bazel @@ -251,7 +251,7 @@ cc_library( ) ############################################################################ -# Unit tests in alpahabetical order. +# Unit tests in alphabetical order. cc_test( name = "commandlineflag_test", |