Harmonized usage of "KB" and "cc65".

This commit is contained in:
Oliver Schmidt
2014-03-30 22:10:37 +02:00
parent 180caeba0a
commit b92630142f
8 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
** These programs test CC65's exec() program-chaining function.
** These programs test cc65's exec() program-chaining function.
** exec-test1 runs exec-test2 -- that tests the loading and starting of another
** program. Then, exec-test2 runs arg-test -- that tests command-line argument
** passing.

View File

@@ -1,5 +1,5 @@
/*
** These programs test CC65's exec() program-chaining function.
** These programs test cc65's exec() program-chaining function.
** exec-test1 runs exec-test2 -- that tests the loading and starting of another
** program. Then, exec-test2 runs arg-test -- that tests command-line argument
** passing.