diff options
author | Andras Timar <atimar@suse.com> | 2012-10-03 18:11:45 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-10-03 18:12:09 +0200 |
commit | 703009d0c5f03c48d5e092bd88d5f8db2f9ebdbb (patch) | |
tree | db6060db9cc63766b374b4704b9fc760285852cb /expat | |
parent | a51b09f105dd69837654cf2afa93124d5ecd25ff (diff) |
typo
Change-Id: I4fc3f6ca51d9ce0a18539b4911f6ddf06694b039
Diffstat (limited to 'expat')
-rw-r--r-- | expat/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/README b/expat/README index 9289284ec470..52496b9480a0 100644 --- a/expat/README +++ b/expat/README @@ -4,7 +4,7 @@ When we build expat internally ("bundled"), we build two variants: One that has an "ASCII" (actually UTF-8) API, another that has a "Unicode" (meaning UTF-16) API. Additionally, expat is split into two parts, expat_xmlparse and expat_xmltok. It's the former which has the two -variabts, ascii_expat_xmlparse (UTF-8) and expat_xmlparse (UTF-16). +variants, ascii_expat_xmlparse (UTF-8) and expat_xmlparse (UTF-16). Code that uses expat then declares in its .mk file which one it wants to use. See the magic in ../RepositoryExternal.mk, where in the |