diff options
Diffstat (limited to 'src/VBox/Devices/Storage/DrvHostDVD.cpp')
-rw-r--r-- | src/VBox/Devices/Storage/DrvHostDVD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/Storage/DrvHostDVD.cpp b/src/VBox/Devices/Storage/DrvHostDVD.cpp index 4c3907440..9156ea139 100644 --- a/src/VBox/Devices/Storage/DrvHostDVD.cpp +++ b/src/VBox/Devices/Storage/DrvHostDVD.cpp @@ -341,7 +341,7 @@ DECLCALLBACK(int) drvHostDvdPoll(PDRVHOSTBASE pThis) { fMediaPresent = false; fMediaChanged = true; - /** @todo check this media chance stuff on Darwin. */ + /** @todo check this media change stuff on Darwin. */ } #elif defined(RT_OS_LINUX) |