ICU-10305 Fix grammer mistake in comments.

X-SVN-Rev: 34392
This commit is contained in:
Travis Keep 2013-09-18 23:54:56 +00:00
parent ac2fed5f30
commit 53d3394bd0

View file

@ -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"