From 703009d0c5f03c48d5e092bd88d5f8db2f9ebdbb Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 3 Oct 2012 18:11:45 +0200 Subject: [PATCH] typo Change-Id: I4fc3f6ca51d9ce0a18539b4911f6ddf06694b039 --- expat/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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