Hello, I have fixed the typo in the comment for the constructor IdentityHashMap(Map<? extends K,? extends V> m)
before: Constructs a new identity hash map containing the keys-value mappings in the specified map. after: Constructs a new identity hash map containing the key-value mappings in the specified map. Please review the change. Regards, Anupam ------------- Commit messages: - Updated comment in the constructor IdentityHashMap(Map<? extends K,? extends V> m) Changes: https://git.openjdk.org/jdk/pull/16134/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16134&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8317846 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/16134.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/16134/head:pull/16134 PR: https://git.openjdk.org/jdk/pull/16134