From 53d3394bd02bfa0f419df87d2f4d138f2933b0da Mon Sep 17 00:00:00 2001 From: Travis Keep Date: Wed, 18 Sep 2013 23:54:56 +0000 Subject: [PATCH] ICU-10305 Fix grammer mistake in comments. X-SVN-Rev: 34392 --- icu4c/source/tools/toolutil/pkg_genc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/toolutil/pkg_genc.c b/icu4c/source/tools/toolutil/pkg_genc.c index 9a1870f6756..f6d1d8b590c 100644 --- a/icu4c/source/tools/toolutil/pkg_genc.c +++ b/icu4c/source/tools/toolutil/pkg_genc.c @@ -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"