]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo in doc/customizing.sqml
authorbauen1 <j2468h@gmail.com>
Mon, 1 Jan 2018 00:34:53 +0000 (01:34 +0100)
committerbauen1 <j2468h@gmail.com>
Mon, 1 Jan 2018 00:34:53 +0000 (01:34 +0100)
doc/customizing.sgml

index d8f6ef6be54a31bd12491c2399c5cc40d8c95300..1ae49f3c0985ce6892fb5b275b52dfb54e8dda90 100644 (file)
@@ -306,7 +306,7 @@ library for the targeted hardware.  The recommended way to do this is to
 modify the platform-independent standard library of the cc65 distribution.
 It is named &quot;none.lib&quot; in the lib directory of the distribution.
 
-When using &quot;none.lib&quot; we need to supply our own <tt>crt0<tt>
+When using &quot;none.lib&quot; we need to supply our own <tt>crt0</tt>
 module with custom startup code.  This is simply done by first copying the
 the library and giving it a new name, compiling the startup code with ca65,
 and finally using the ar65 archiver to add the module to the new library.