]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 18 Apr 2002 19:51:55 +0000 (19:51 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 18 Apr 2002 19:51:55 +0000 (19:51 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1244 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/coding.sgml

index 89719166726ed46fbf64a5a673114bd9b40e7f67..9360a18660591bba6d028fe8d28bbf743da0c30d 100644 (file)
@@ -365,7 +365,7 @@ instead will give shorter and faster code.
 Since cc65 has the "wrong" calling order, the location of the fixed parameters
 in a variadic function (a function with a variable parameter list) depends on
 the number and size of variable arguments passed. Since this number and size
-is unknown at compiler time, the compiler will generate code to calculate the
+is unknown at compile time, the compiler will generate code to calculate the
 location on the stack when needed.
 
 Because of this additional code, accessing the fixed parameters in a variadic