| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
その他 | 誤字 | 解決済み | 修正済み | 2011-02-10 02:36 | 2011-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 :) | ||||
| 添付ファイル | |||||