From b42854dfe134bc53e64696073f3b17e33c64e4bc Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Tue, 20 Jun 2017 10:46:14 -0400 Subject: [PATCH] Fix Doxygen after 8c802aace407 Change-Id: I9fe34c0a0322f327e7a69c831b11daa1cf835324 Reviewed-on: https://chromium-review.googlesource.com/541057 Reviewed-by: Joshua Peraza --- util/misc/reinterpret_bytes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/misc/reinterpret_bytes.h b/util/misc/reinterpret_bytes.h index 561180da..d6c8c78b 100644 --- a/util/misc/reinterpret_bytes.h +++ b/util/misc/reinterpret_bytes.h @@ -28,7 +28,7 @@ bool ReinterpretBytesImpl(const char* from, } // namespace internal -//! \brief Copies the bytes of \a from to \to. +//! \brief Copies the bytes of \a from to \a to. //! //! This function is similar to `bit_cast`, except that it can operate on //! differently sized types.