Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.

Andres Freund <andres@anarazel.de>

Commit: 8f7277dfb5e703a034dbce7b155d998e577a6bc3
Author: Andres Freund <andres@anarazel.de>
Date: 2017-03-01T18:17:12Z
Releases: 10.0
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.

This could lead to problem when simplehash.h is used to define two
different types of hashtable visible in the same translation unit.

Reported-By: Josh Soref
Discussion: https://postgr.es/m/CACZqfqCC7WdBAY=rQePb9-qW1rjdaTdHsV5KoVejHkDb6qrtOg@mail.gmail.com

Files

PathChange+/−
src/include/lib/simplehash.h modified +1 −1

Discussion