diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-07 23:14:45 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-08 12:21:19 +0200 |
commit | e544f449eded2738b45de4be13c72b128a16bafe (patch) | |
tree | 3e779fd42f9a17d2b2d62cd8fe43c6bf63d78953 /xmlhelp | |
parent | 307edd412e4fe3a74378959f5d93f5a2a44f1b60 (diff) |
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/Library_ucpchelp1.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk index 6c09e8aca6a3..d0b2bc3bd67f 100644 --- a/xmlhelp/Library_ucpchelp1.mk +++ b/xmlhelp/Library_ucpchelp1.mk @@ -13,11 +13,11 @@ $(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1)) # TODO: is this still relevant? # GCC versions 4.2.x introduced a warning "allocating zero-element array" -# Allocating zero-element arrays is an allowed if not somewhat dubious -# technique though, so this warning is plain wrong and has been fixed +# Allocating zero-element arrays is an allowed if not somewhat dubious +# technique though, so this warning is plain wrong and has been fixed # in gcc 4.3. Unfortunately there is no way at all to suppress this warning. # Some files in this directory use zero allocated arrays, we need to -# diable the WaE mechanism for the GCC 4.2.x series. +# disable the WaE mechanism for the GCC 4.2.x series. # .IF "$(COM)"=="GCC" # .IF "$(CCNUMVER)">="000400020000" && "$(CCNUMVER)"<="000400020003" # CFLAGSWERRCXX:= |