Merge pull request #4897 from JosJuice/correct-es-comment

Correct the comment about the number of ES devices
This commit is contained in:
Anthony 2017-02-11 10:27:35 -08:00 committed by GitHub
commit bb82586a3d
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ static void AddStaticDevices()
AddDevice<Device::STMEventHook>("/dev/stm/eventhook");
AddDevice<Device::FS>("/dev/fs");
// IOS allows two ES devices at a time
// IOS allows three ES devices at a time
for (auto& es_device : s_es_handles)
es_device = AddDevice<Device::ES>("/dev/es");