Update out of date comment in List<T>
authorPetr Onderka <gsvick@gmail.com>
Mon, 14 Mar 2016 15:53:42 +0000 (16:53 +0100)
committerPetr Onderka <gsvick@gmail.com>
Thu, 17 Mar 2016 21:37:30 +0000 (22:37 +0100)
commit33891a0d2f374037d70508946a1179922ef1ac18
treee8383b62f1fee8a20eaf98004b1efa750ba3346e
parentcb4b943327c9b0489f8cf659c0ce44d7c91a2e09
Update out of date comment in List<T>

Comment for parameterless constructor of List<T> claimed that
the default non-zero capacity was 16, even though _defaultCapacity
is actually 4.

Updated the comment to refer to _defaultCapacity,
to make sure it doesn't need to be updated again
if _defaultCapacity changes in the future.
src/mscorlib/src/System/Collections/Generic/List.cs