Bug 1124847. Fix apostrophe typos.

This commit is contained in:
Jeff Muizelaar 2015-01-30 00:12:01 -05:00
Родитель f85604b133
Коммит cba312728d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -367,7 +367,7 @@ TextureClientD3D11::BorrowDrawTarget()
static const GUID sD3D11TextureUsage =
{ 0xd89275b0, 0x6c7d, 0x4038, { 0xb5, 0xfa, 0x4d, 0x87, 0x16, 0xd5, 0xcc, 0x4e } };
/* This class get's it's lifetime tied to a D3D texture
/* This class gets its lifetime tied to a D3D texture
* and increments memory usage on construction and decrements
* on destruction */
class TextureMemoryMeasurer : public IUnknown