Rename hb_set_population() to hb_set_get_population()
diff --git a/src/hb-set.cc b/src/hb-set.cc
index 37866c4..93f983a 100644
--- a/src/hb-set.cc
+++ b/src/hb-set.cc
@@ -188,7 +188,7 @@
 }
 
 unsigned int
-hb_set_population (const hb_set_t *set)
+hb_set_get_population (const hb_set_t *set)
 {
   return set->get_population ();
 }
diff --git a/src/hb-set.h b/src/hb-set.h
index 06f3582..ec3d119 100644
--- a/src/hb-set.h
+++ b/src/hb-set.h
@@ -122,7 +122,7 @@
 			     const hb_set_t *other);
 
 unsigned int
-hb_set_population (const hb_set_t *set);
+hb_set_get_population (const hb_set_t *set);
 
 /* Returns -1 if set empty. */
 hb_codepoint_t