カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
その他誤字解決済み修正済み2011-02-10 02:362011-02-10 06:23
 
テスターmarcello_担当者 ソースtoaplan/toaplan2.cpp
バージョン0.141発生バージョン修正バージョン0.141u3
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要ソース内でReceiveの綴りがRecieveになってる箇所多数。
詳 細While building a Mame package on a Debian GNU/Linux system I got the following Info message:

I: mame: spelling-error-in-binary ./usr/games/mame Recieve Receive
N:
N: Lintian found a spelling error in the given binary. Lintian has a list
N: of common misspellings that it looks for.

Indeed by grep'ing the source code, I found the following source files containing the misspellings:

grep -irw recieve src/

src/osd/windows/input.c: // finally, register to recieve raw input WM_INPUT messages
src/mame/drivers/toaplan2.c: logerror("write: invalid (R/O) Recieve Buffer Register 0 (RxB0)
");
src/mame/drivers/toaplan2.c: logerror("write: invalid (R/O) Recieve Buffer Register 0 (RxB1)
");
src/emu/machine/68681.c: SRn: bit 1 (FFULLn) (this bit we actually emulate; if the recieve fifo for channel n is full, this bit is 1, otherwise it is 0. the recieve fifo should be three words long.)
src/emu/machine/68681.c: SRn: bit 0 (RxRDYn) (this bit we also emulate; the bit is always asserted if the recieve fifo is not empty)
src/emu/machine/68681.c: ISR: bit 6: Delta Break B; this should be handled elsewhere, on the data recieve handler
src/emu/machine/68681.c: ISR: bit 2: Delta Break A; this should be handled elsewhere, on the data recieve handler
src/emu/cpu/mn10200/mn10200.c:// log_event("MN102", "Serial %d transmit=%s, recieve=%s, break=%s, proto=%s, order=%s",
src/emu/cpu/tms32025/tms32025.c:// logerror("TMS32025: Active RINT (Serial recieve)
");
再現手順grep -irw recieve in the source code
追加情報Don't want to be the smart ass mentioned here http://www.urbandictionary.com/define.php?term=recieve , but well a typo is a typo :)
 
添付ファイル