Update/correct comment
diff --git a/Include/pyport.h b/Include/pyport.h
index c469261..e9a0155 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -311,7 +311,7 @@
 	} while(0)
 
 /* Py_DEPRECATED(version)
- * Declare a macro or function deprecated.
+ * Declare a variable, type, or function deprecated.
  * Usage:
  *    extern int old_var Py_DEPRECATED(2.3);
  *    typedef int T1 Py_DEPRECATED(2.4);