mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-14 07:39:37 +00:00
Typo/comment fixes.
This commit is contained in:
parent
63fbbee2a5
commit
b6d49ec467
@ -1595,7 +1595,7 @@ static int assemble(
|
||||
return CHECK_EOL;
|
||||
|
||||
case OC_1REG:
|
||||
/* One register (RTS) */ {
|
||||
/* One register (RTS,FADD,FSUB,FMUL,FDIV,SPL) */ {
|
||||
EX_TREE *value;
|
||||
unsigned reg;
|
||||
|
||||
|
||||
@ -715,13 +715,13 @@ int main(
|
||||
outfile = argv[arg];
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "Extra paraeter %s\n", argv[arg]);
|
||||
fprintf(stderr, "Extra parameter %s\n", argv[arg]);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
||||
if (infile == 0) {
|
||||
fprintf(stderr, "Usage: [ -rt11 ] [ -rsx ] dumpobj input.obj [ output.obj ]\n");
|
||||
fprintf(stderr, "Usage: dumpobj [ -rt11 ] [ -rsx ] input.obj [ output.obj ]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user