Merge pull request #2588 from polluks/master

Fixed typos
This commit is contained in:
Sidney Cadot
2025-01-01 23:07:52 +01:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -255,7 +255,7 @@ disassembler may be told to recognize either the 65SC02 or 65C02 CPUs. The
latter understands the same opcodes as the former, plus 16 additional bit latter understands the same opcodes as the former, plus 16 additional bit
manipulation and bit test-and-branch commands. Using 6502x as CPU the illegal manipulation and bit test-and-branch commands. Using 6502x as CPU the illegal
opcodes of 6502 CPU are detected and displayed. 6502dtv setting recognizes the opcodes of 6502 CPU are detected and displayed. 6502dtv setting recognizes the
emulated CPU instructons of the C64DTV device. emulated CPU instructions of the C64DTV device.
When disassembling 4510 code, due to handling of 16-bit wide branches, da65 When disassembling 4510 code, due to handling of 16-bit wide branches, da65

View File

@@ -2436,7 +2436,7 @@ the address must first be ORed with $60.
<tag/Availability/cc65 <tag/Availability/cc65
<tag/See also/ <tag/See also/
<ref id="cbm_k_listen" name="cbm_k_listen"> <ref id="cbm_k_listen" name="cbm_k_listen">
<tag/Exampe/None. <tag/Example/None.
</descrip> </descrip>
</quote> </quote>
@@ -7315,7 +7315,7 @@ if (stat (FILENAME, &amp;stbuf) == 0) {
<tag/Function/Get filesystem statistics. <tag/Function/Get filesystem statistics.
<tag/Header/<tt/<ref id="sys/statvfs.h" name="sys/statvfs.h">/ <tag/Header/<tt/<ref id="sys/statvfs.h" name="sys/statvfs.h">/
<tag/Declaration/<tt/int __fastcall__ statvfs (const char* pathname, struct statvfs* buf);/ <tag/Declaration/<tt/int __fastcall__ statvfs (const char* pathname, struct statvfs* buf);/
<tag/Description/<tt/statvfs/ gets information for the filesytem on which the given file <tag/Description/<tt/statvfs/ gets information for the filesystem on which the given file
resides. On success, resides. On success,
zero is returned. On error, -1 is returned and <tt/errno/ is set to an error zero is returned. On error, -1 is returned and <tt/errno/ is set to an error
code describing the reason for the failure. code describing the reason for the failure.

View File

@@ -477,10 +477,10 @@ be used in presence of a prototype.
<quote> <quote>
<descrip> <descrip>
<tag/Function/Get number of horisontal pixels on the screen. <tag/Function/Get number of horizontal pixels on the screen.
<tag/Header/<tt/<ref id="tgi.h" name="tgi.h">/ <tag/Header/<tt/<ref id="tgi.h" name="tgi.h">/
<tag/Declaration/<tt/unsigned tgi_getxres (void);/ <tag/Declaration/<tt/unsigned tgi_getxres (void);/
<tag/Description/Get number of horisontal pixels on the screen. <tag/Description/Get number of horizontal pixels on the screen.
This is same as tgi_maxx()+1. This is same as tgi_maxx()+1.
<tag/Availability/cc65 <tag/Availability/cc65
<tag/See also/Other tgi functions. <tag/See also/Other tgi functions.