- Correct mispellings of word and

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
This commit is contained in:
Gabor Kovesdan 2013-04-17 11:48:46 +00:00
parent b78540b1c7
commit 84a17a97ce
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ BEGIN_MAP
# Yes # Yes
# Published specification(s): # Published specification(s):
# The official Standard STRK1048-2002 was created by the Committee of standartization of # The official Standard STRK1048-2002 was created by the Committee of standartization of
# Ministry of economy and trade of Kazakhstan Republic ans was published in print by the # Ministry of economy and trade of Kazakhstan Republic and was published in print by the
# Kazakhstan Standard Committee, Astana, February 7, 2002 # Kazakhstan Standard Committee, Astana, February 7, 2002
# #
# Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html

View File

@ -23,7 +23,7 @@ BEGIN_MAP
# Yes # Yes
# Published specification(s): # Published specification(s):
# The official Standard STRK1048-2002 was created by the Committee of standartization of # The official Standard STRK1048-2002 was created by the Committee of standartization of
# Ministry of economy and trade of Kazakhstan Republic ans was published in print by the # Ministry of economy and trade of Kazakhstan Republic and was published in print by the
# Kazakhstan Standard Committee, Astana, February 7, 2002 # Kazakhstan Standard Committee, Astana, February 7, 2002
# #
# Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html

View File

@ -1928,7 +1928,7 @@ emu_initefx(struct emu_sc_info *sc)
/* /*
* Substream map (in byte offsets, each substream is 2 bytes): * Substream map (in byte offsets, each substream is 2 bytes):
* 0x00..0x1E - outputs * 0x00..0x1E - outputs
* 0x20..0x3E - FX, inputs ans sync stream * 0x20..0x3E - FX, inputs and sync stream
*/ */
/* First 2 channels (offset 0x20,0x22) are empty */ /* First 2 channels (offset 0x20,0x22) are empty */

View File

@ -93,7 +93,7 @@ def warn(self):
return return
if global_platform in self.defines: if global_platform in self.defines:
# If the device is defined globally ans is never tested, whine. # If the device is defined globally and is never tested, whine.
if len(self.tests) == 0: if len(self.tests) == 0:
print('WARN: %s is defined globally but never tested' % \ print('WARN: %s is defined globally but never tested' % \
(self.title())) (self.title()))