Chromium Code Reviews| Index: src/IceAssemblerARM32.h |
| diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h |
| index 5762db79700cf9a6dc1a4c7da70e31a60e4c2348..7ad0ef4f6a14a823ebaeac79baee9623ff34213f 100644 |
| --- a/src/IceAssemblerARM32.h |
| +++ b/src/IceAssemblerARM32.h |
| @@ -16,7 +16,7 @@ |
| //===----------------------------------------------------------------------===// |
| /// |
| /// \file |
| -/// This file implements the Assembler class for ARM32. |
| +/// \brief Implements the Assembler class for ARM32. |
|
Jim Stichnoth
2015/12/01 18:41:15
The .cpp file also says "implements". In some oth
rkotlerimgtec
2015/12/02 01:32:47
Done.
|
| /// |
| /// Note: All references to ARM "section" documentation refers to the "ARM |
| /// Architecture Reference Manual, ARMv7-A and ARMv7-R edition". See: |