mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-10305 Fix grammer mistake in comments.
X-SVN-Rev: 34392
This commit is contained in:
parent
ac2fed5f30
commit
53d3394bd0
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ static const struct AssemblyType {
|
|||
int8_t hexType; /* HEX_0X or HEX_0h */
|
||||
} assemblyHeader[] = {
|
||||
// For gcc assemblers, the meaning of .align changes depending on the
|
||||
// hardware, so we use .balign 16 which always means either 16 bytes
|
||||
// hardware, so we use .balign 16 which always means 16 bytes.
|
||||
// https://sourceware.org/binutils/docs/as/Pseudo-Ops.html
|
||||
{"gcc",
|
||||
".globl %s\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue