Index: third_party/crashpad/crashpad/test/hex_string.h |
diff --git a/third_party/crashpad/crashpad/test/hex_string.h b/third_party/crashpad/crashpad/test/hex_string.h |
index 08654880f4d7d5acc6aadc4cdd90c1cd2ffa850f..435a692efdfda309dccfdfc6174a43700b7268ae 100644 |
--- a/third_party/crashpad/crashpad/test/hex_string.h |
+++ b/third_party/crashpad/crashpad/test/hex_string.h |
@@ -29,8 +29,8 @@ namespace test { |
//! uint8_t expected[10]; |
//! uint8_t observed[10]; |
//! // … |
-//! EXPECT_EQ(BytesToHexString(expected, arraysize(expected)), |
-//! BytesToHexString(observed, arraysize(observed))); |
+//! EXPECT_EQ(BytesToHexString(observed, arraysize(observed)), |
+//! BytesToHexString(expected, arraysize(expected))); |
//! \endcode |
std::string BytesToHexString(const void* bytes, size_t length); |