Skip to content

Commit bd05c09

Browse files
Abseil Teamcopybara-github
authored andcommitted
Fix typo in comment of ABSL_ATTRIBUTE_UNUSED.
PiperOrigin-RevId: 793558595 Change-Id: Ide9622a03d8ebbb2d583a8d1efff08fab3adc31e
1 parent a503950 commit bd05c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/base/attributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
//
554554
// Prevents the compiler from complaining about variables that appear unused.
555555
//
556-
// Deprecated: Use the standard C++17 `[[maybe_unused]` instead.
556+
// Deprecated: Use the standard C++17 `[[maybe_unused]]` instead.
557557
//
558558
// Due to differences in positioning requirements between the old, compiler
559559
// specific __attribute__ syntax and the now standard `[[maybe_unused]]`, this

0 commit comments

Comments
 (0)