Change a comment in a patch for bug 605362, so I can add a=blocking-fennec

This commit is contained in:
Chris Jones 2010-11-05 02:21:30 -05:00
parent 5c7d3456fb
commit 198322446f

View File

@ -121,9 +121,9 @@ protected:
void Destroyed(); void Destroyed();
// The size of the shmem region requested in Create(), if // The size of the shmem region requested in Create(), if
// successful. SharedMemorys that are opened from a foreign handle // successful. SharedMemory instances that are opened from a
// have an alloc size of 0, even though they have access to the // foreign handle have an alloc size of 0, even though they have
// alloc-size information. // access to the alloc-size information.
size_t mAllocSize; size_t mAllocSize;
// The size of the region mapped in Map(), if successful. All // The size of the region mapped in Map(), if successful. All
// SharedMemorys that are mapped have a non-zero mapped size. // SharedMemorys that are mapped have a non-zero mapped size.