diff options
| author | 2016-11-25 04:09:04 +1100 | |
|---|---|---|
| committer | 2016-11-25 04:12:04 +1100 | |
| commit | 361f0a7691f67c513b538754ddb1cf2ab4abed2a (patch) | |
| tree | da973c1bd0d1f8e63b6179d973b4c6e08d6dabf0 /src/osd/modules/render/drawd3d.cpp | |
| parent | 162e1a6162e395c5716202fe9ac87389b6cb2b22 (diff) | |
clean up tabulation, fix some things (nw)
Diffstat (limited to 'src/osd/modules/render/drawd3d.cpp')
| -rw-r--r-- | src/osd/modules/render/drawd3d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/drawd3d.cpp b/src/osd/modules/render/drawd3d.cpp index ec1a8af0898..d0a1ce6c9d1 100644 --- a/src/osd/modules/render/drawd3d.cpp +++ b/src/osd/modules/render/drawd3d.cpp @@ -852,7 +852,7 @@ try_again: m_adapter, D3DDEVTYPE_HAL, device_hwnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING | D3DCREATE_FPU_PRESERVE, &m_presentation, &m_device); if (FAILED(result)) { - // if we got a "DEVICELOST" error, it may be transistory; count it and only fail if + // if we got a "DEVICELOST" error, it may be transitory; count it and only fail if // we exceed a threshold if (result == D3DERR_DEVICELOST) { |
