# HG changeset patch # User Mychaela Falconia # Date 1475522605 0 # Node ID 9fb9f896bd772020dab4fc9b9c23571bdec2f7af # Parent 48792a467305e98d4905ca756bde657de493389a README: grammar fix diff -r 48792a467305 -r 9fb9f896bd77 README --- a/README Mon Oct 03 17:41:24 2016 +0000 +++ b/README Mon Oct 03 19:23:25 2016 +0000 @@ -72,8 +72,8 @@ using TI's proprietary TMS470 compiler under Wine, the build system is entirely new. TI's TCS211 build system, called BuSyB, works by way of a Java tool generating a customized makefile for each desired build configuration, based on -lots of magic contained in a big repository of XML files. There also a bunch -of Perl scripts involved. The Java tool that does the heavy lifting exists +lots of magic contained in a big repository of XML files. There are a bunch of +Perl scripts involved as well. The Java tool that does the heavy lifting exists only as compiled Java bytecode sans source, and the surrounding Perl scripts aren't very understandable either. And the whole thing thoroughly assumes a Windows environment (drive letters, backslashes, case-insensitive file system)