Fixed typos in comments. No code changes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5014 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -224,7 +224,7 @@ cc65_symbolinfo* cc65_symbol_byname (cc65_dbginfo handle, const char* name);
|
||||
cc65_symbolinfo* cc65_symbol_inrange (cc65_dbginfo handle,
|
||||
cc65_addr start, cc65_addr end);
|
||||
/* Return a list of labels in the given range. end is inclusive. The function
|
||||
* return NULL if no symbols withing the given range are found. Non label
|
||||
* return NULL if no symbols within the given range are found. Non label
|
||||
* symbols are ignored and not returned.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user