Skip to content

Commit c7df248

Browse files
pscomarkpizz
authored andcommitted
SIMH: Fix spelling errors in comments and strings
1 parent 32d6b09 commit c7df248

32 files changed

+2022
-2022
lines changed

0readmeAsynchIO.txt

+128-128
Large diffs are not rendered by default.

0readme_ethernet.txt

+165-165
Large diffs are not rendered by default.

build_vstudio.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:: If this procedure is not invoked from a Developer command prompt
55
:: then the VS2008 tools are preferred if VS2008 is installed,
66
:: otherwise the installed Visual Studio tools will be used
7-
:: prefering newer Visual Studio versions over older ones.
7+
:: preferring newer Visual Studio versions over older ones.
88
::
99
:: If this is invoked with Visual Studio 2022 installed along with
1010
:: the "C++ for Windows XP Support for VS 2017 (v141) tools" option

descrip.mms

+32-32
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# HP C V7.3-009-48GBT (AXP), HP C V7.2-001 (IA64) and v6.4-005(VAX).
1111
#
1212
# Notes: On VAX, the PDP-10, Eclipse, IBM 7094 and BESM6 simulators will
13-
# not be built due to the fact that INT64 is required for these
13+
# not be built due to the fact that INT64 is required for these
1414
# simulators.
1515
#
1616
# This build script will accept the following build options.
@@ -25,9 +25,9 @@
2525
# ECLIPSE Just Build The Data General Eclipse.
2626
# GRI Just Build The GRI Corporation GRI-909.
2727
# LGP Just Build The Royal-McBee LGP-30.
28-
# H316 Just Build The Honewell 316/516.
29-
# HP2100 Just Build The Hewlett-Packard HP-2100.
30-
# HP3000 Just Build The Hewlett-Packard HP-3000.
28+
# H316 Just Build The Honeywell 316/516.
29+
# HP2100 Just Build The Hewlett-Packard HP-2100.
30+
# HP3000 Just Build The Hewlett-Packard HP-3000.
3131
# I1401 Just Build The IBM 1401.
3232
# I1620 Just Build The IBM 1620.
3333
# I7094 Just Build The IBM 7094.
@@ -75,22 +75,22 @@
7575
# VAX8600 Just Build The DEC VAX8600.
7676
# CLEAN Will Clean Files Back To Base Kit.
7777
#
78-
# To build with debugging enabled (which will also enable traceback
78+
# To build with debugging enabled (which will also enable traceback
7979
# information) use..
8080
#
8181
# MMK/MACRO=(DEBUG=1)
8282
#
8383
# This will produce an executable named {Simulator}-{I64|VAX|AXP}-DBG.EXE
8484
#
85-
# To build on older Alpha VMS platforms, SIM_ASYNCH_IO must be disabled.
85+
# To build on older Alpha VMS platforms, SIM_ASYNCH_IO must be disabled.
8686
# use..
8787
#
8888
# MMK/MACRO=(NOASYNCH=1)
8989
#
90-
# On AXP and IA64 the VMS PCAP components are built and used to provide
90+
# On AXP and IA64 the VMS PCAP components are built and used to provide
9191
# network support for the VAX and PDP11 simulators.
9292
#
93-
# The AXP PCAP components can only be built using a version of the
93+
# The AXP PCAP components can only be built using a version of the
9494
# DEC/Compaq/HP Compiler version V6.5-001 or later. To build using an
9595
# older compiler, networking support must be disabled. Use...
9696
#
@@ -716,7 +716,7 @@ S3_OPTIONS = /INCL=($(SIMH_DIR),$(S3_DIR))/DEF=($(CC_DEFS))
716716
#
717717
SDS_DIR = SYS$DISK:[.SDS]
718718
SDS_LIB = $(LIB_DIR)SDS-$(ARCH).OLB
719-
SDS_SOURCE = $(SDS_DIR)SDS_CPU.C,$(SDS_DIR)SDS_DRM.C,$(SDS_DIR)SDS_DSK.C,\
719+
SDS_SOURCE = $(SDS_DIR)SDS_CPU.C,$(SDS_DIR)SDS_DRM.C,$(SDS_DIR)SDS_DSK.C,\
720720
$(SDS_DIR)SDS_IO.C,$(SDS_DIR)SDS_LP.C,$(SDS_DIR)SDS_MT.C,\
721721
$(SDS_DIR)SDS_MUX.C,$(SDS_DIR)SDS_RAD.C,$(SDS_DIR)SDS_STDDEV.C,\
722722
$(SDS_DIR)SDS_SYS.C,$(SDS_DIR)SDS_CR.C,$(SDS_DIR)SDS_CP.C
@@ -1431,7 +1431,7 @@ ALL : ALTAIR GRI H316 HP2100 I1401 I1620 IBM1130 ID16 ID32 \
14311431
$! No further actions necessary
14321432
.ENDIF
14331433

1434-
CLEAN :
1434+
CLEAN :
14351435
$!
14361436
$! Clean out all targets and building Remnants
14371437
$!
@@ -1578,7 +1578,7 @@ $(ECLIPSE_LIB) : $(ECLIPSE_SOURCE)
15781578
#
15791579
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
15801580
#
1581-
$(ECLIPSE_LIB) :
1581+
$(ECLIPSE_LIB) :
15821582
$! Due To The Use Of INT64 We Can't Build The
15831583
$! $(MMS$TARGET) Library On VAX.
15841584
.ENDIF
@@ -1832,19 +1832,19 @@ $(KI10_LIB) : $(KI10_SOURCE)
18321832
#
18331833
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
18341834
#
1835-
$(PDP10_LIB) :
1835+
$(PDP10_LIB) :
18361836
$! Due To The Use Of INT64 We Can't Build The
18371837
$! $(MMS$TARGET) Library On VAX.
18381838

1839-
$(PDP6_LIB) :
1839+
$(PDP6_LIB) :
18401840
$! Due To The Use Of INT64 We Can't Build The
18411841
$! $(MMS$TARGET) Library On VAX.
18421842

1843-
$(KA10_LIB) :
1843+
$(KA10_LIB) :
18441844
$! Due To The Use Of INT64 We Can't Build The
18451845
$! $(MMS$TARGET) Library On VAX.
18461846

1847-
$(KI10_LIB) :
1847+
$(KI10_LIB) :
18481848
$! Due To The Use Of INT64 We Can't Build The
18491849
$! $(MMS$TARGET) Library On VAX.
18501850
.ENDIF
@@ -1955,7 +1955,7 @@ $(BESM6_LIB) : $(BESM6_SOURCE)
19551955
#
19561956
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
19571957
#
1958-
$(BESM6_LIB) :
1958+
$(BESM6_LIB) :
19591959
$! Due To The Use Of INT64 We Can't Build The
19601960
$! $(MMS$TARGET) Library On VAX.
19611961
.ENDIF
@@ -1978,7 +1978,7 @@ $(B5500_LIB) : $(B5500_SOURCE)
19781978
#
19791979
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
19801980
#
1981-
$(B5500_LIB) :
1981+
$(B5500_LIB) :
19821982
$! Due To The Use Of INT64 We Can't Build The
19831983
$! $(MMS$TARGET) Library On VAX.
19841984
.ENDIF
@@ -2001,7 +2001,7 @@ $(CDC1700_LIB) : $(CDC1700_SOURCE)
20012001
#
20022002
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
20032003
#
2004-
$(CDC1700_LIB) :
2004+
$(CDC1700_LIB) :
20052005
$! Due To The Use Of INT64 We Can't Build The
20062006
$! $(MMS$TARGET) Library On VAX.
20072007
.ENDIF
@@ -2499,7 +2499,7 @@ $(I7094_LIB) : $(I7094_SOURCE)
24992499
#
25002500
# We Are On VAX And Due To The Use of INT64 We Can't Build It.
25012501
#
2502-
$(I7094_LIB) :
2502+
$(I7094_LIB) :
25032503
$! Due To The Use Of INT64 We Can't Build The
25042504
$! $(MMS$TARGET) Library On VAX.
25052505
.ENDIF
@@ -2519,7 +2519,7 @@ ATT3B2 : $(BIN_DIR)ATT3B2-$(ARCH).EXE
25192519
# Else We Are On VAX And Tell The User We Can't Build On VAX
25202520
# Due To The Use Of INT64.
25212521
#
2522-
ATT3B2 :
2522+
ATT3B2 :
25232523
$! Sorry, Can't Build $(BIN_DIR)ATT3B2-$(ARCH).EXE Simulator
25242524
$! Because It Requires The Use Of INT64.
25252525
.ENDIF
@@ -2557,7 +2557,7 @@ ALTAIRZ80 : $(BIN_DIR)ALTAIRZ80-$(ARCH).EXE
25572557
# Else We Are On VAX And Tell The User We Can't Build On VAX
25582558
# Due To The Use Of INT64.
25592559
#
2560-
ALTAIRZ80 :
2560+
ALTAIRZ80 :
25612561
$! Sorry, Can't Build $(BIN_DIR)ALTAIRZ80-$(ARCH).EXE Simulator
25622562
$! Because It Requires The Use Of INT64.
25632563
.ENDIF
@@ -2583,7 +2583,7 @@ ECLIPSE : $(BIN_DIR)ECLIPSE-$(ARCH).EXE
25832583
# Else We Are On VAX And Tell The User We Can't Build On VAX
25842584
# Due To The Use Of INT64.
25852585
#
2586-
ECLIPSE :
2586+
ECLIPSE :
25872587
$! Sorry, Can't Build $(BIN_DIR)ECLIPSE-$(ARCH).EXE Simulator
25882588
$! Because It Requires The Use Of INT64.
25892589
.ENDIF
@@ -2847,19 +2847,19 @@ $(BIN_DIR)PDP10-KI-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(PCAP_LIBD) $(K
28472847
# Else We Are On VAX And Tell The User We Can't Build On VAX
28482848
# Due To The Use Of INT64.
28492849
#
2850-
PDP10 :
2850+
PDP10 :
28512851
$! Sorry, Can't Build $(BIN_DIR)PDP10-$(ARCH).EXE Simulator
28522852
$! Because It Requires The Use Of INT64.
28532853

2854-
PDP6 :
2854+
PDP6 :
28552855
$! Sorry, Can't Build $(BIN_DIR)PDP6-$(ARCH).EXE Simulator
28562856
$! Because It Requires The Use Of INT64.
28572857

2858-
PDP10-KA :
2858+
PDP10-KA :
28592859
$! Sorry, Can't Build $(BIN_DIR)PDP10-KA-$(ARCH).EXE Simulator
28602860
$! Because It Requires The Use Of INT64.
28612861

2862-
PDP10-KI :
2862+
PDP10-KI :
28632863
$! Sorry, Can't Build $(BIN_DIR)PDP10-KI-$(ARCH).EXE Simulator
28642864
$! Because It Requires The Use Of INT64.
28652865
.ENDIF
@@ -2968,7 +2968,7 @@ $(BIN_DIR)BESM6-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(BESM6_LIB)
29682968
# Else We Are On VAX And Tell The User We Can't Build On VAX
29692969
# Due To The Use Of INT64.
29702970
#
2971-
BESM6 :
2971+
BESM6 :
29722972
$! Sorry, Can't Build $(BIN_DIR)BESM6-$(ARCH).EXE Simulator
29732973
$! Because It Requires The Use Of INT64.
29742974
.ENDIF
@@ -2994,7 +2994,7 @@ $(BIN_DIR)B5500-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(B5500_LIB)
29942994
# Else We Are On VAX And Tell The User We Can't Build On VAX
29952995
# Due To The Use Of INT64.
29962996
#
2997-
B5500 :
2997+
B5500 :
29982998
$! Sorry, Can't Build $(BIN_DIR)B5500-$(ARCH).EXE Simulator
29992999
$! Because It Requires The Use Of INT64.
30003000
.ENDIF
@@ -3020,7 +3020,7 @@ $(BIN_DIR)CDC1700-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(CDC1700_LIB)
30203020
# Else We Are On VAX And Tell The User We Can't Build On VAX
30213021
# Due To The Use Of INT64.
30223022
#
3023-
CDC1700 :
3023+
CDC1700 :
30243024
$! Sorry, Can't Build $(BIN_DIR)CDC1700-$(ARCH).EXE Simulator
30253025
$! Because It Requires The Use Of INT64.
30263026
.ENDIF
@@ -3363,7 +3363,7 @@ $(BIN_DIR)I7094-$(ARCH).EXE : $(SIMH_MAIN) $(SIMH_NONET_LIB) $(I7094_LIB)
33633363
# Else We Are On VAX And Tell The User We Can't Build On VAX
33643364
# Due To The Use Of INT64.
33653365
#
3366-
I7094 :
3366+
I7094 :
33673367
$! Sorry, Can't Build $(BIN_DIR)I7094-$(ARCH).EXE Simulator
33683368
$! Because It Requires The Use Of INT64.
33693369
.ENDIF
@@ -3375,9 +3375,9 @@ $(PCAP_VCI) : $(PCAP_VCMDIR)PCAPVCM.EXE
33753375
$!
33763376
$! Installing the PCAP VCI Execlet in SYS$LOADABLE_IMAGES
33773377
$!
3378-
$ COPY $(PCAP_VCMDIR)PCAPVCM.EXE SYS$COMMON:[SYS$LDR]PCAPVCM.EXE
3378+
$ COPY $(PCAP_VCMDIR)PCAPVCM.EXE SYS$COMMON:[SYS$LDR]PCAPVCM.EXE
33793379

3380-
$(PCAP_VCMDIR)PCAPVCM.EXE : $(PCAP_VCM_SOURCES)
3380+
$(PCAP_VCMDIR)PCAPVCM.EXE : $(PCAP_VCM_SOURCES)
33813381
$!
33823382
$! Building The PCAP VCI Execlet
33833383
$!

helpx

+3-3
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ while( <STDIN> ) {
226226
next;
227227
} elsif ($tok eq 'word' && $val =~ /^fprint_(set|show|reg)_help(?:_ex)?$/) {
228228
my %alt = ( set => "\$Set commands",
229-
show => "\$Show commmands",
229+
show => "\$Show commands",
230230
reg => "\$Registers" );
231231
$b .= "/* Use \"$alt{$1}\" topic instead:\n";
232232
do {
@@ -272,7 +272,7 @@ while( <STDIN> ) {
272272
" The SET commands for the device will automagically display above\n"
273273
" this line. Add any special notes.\n"
274274
"2 OSNAME1\n"
275-
" Operating System-specif configuration details\n"
275+
" Operating System-specific configuration details\n"
276276
" If the device needs special configuration for a particular OS, a subtopic\n"
277277
" for each such OS goes here.\n"
278278
"2 Files\n"
@@ -299,7 +299,7 @@ while( <STDIN> ) {
299299
"1 Related Devices\n"
300300
" If devices are configured or used together, list the other devices here.\n"
301301
" E.G. The DEC KMC/DUP are two hardware devices that are closely related;\n"
302-
" The KMC controlls the DUP on behalf of the OS.\n"
302+
" The KMC controls the DUP on behalf of the OS.\n"
303303
304304
/* **** Your converted help text starts hare **** */
305305

0 commit comments

Comments
 (0)