summaryrefslogtreecommitdiff
path: root/Include/pyhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/pyhash.h')
-rw-r--r--Include/pyhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyhash.h b/Include/pyhash.h
index 9cfd071ea1..dbcc9744be 100644
--- a/Include/pyhash.h
+++ b/Include/pyhash.h
@@ -119,7 +119,7 @@ PyAPI_FUNC(PyHash_FuncDef*) PyHash_GetFuncDef(void);
* configure script.
*
* - FNV is available on all platforms and architectures.
- * - SIPHASH24 only works on plaforms that don't require aligned memory for integers.
+ * - SIPHASH24 only works on platforms that don't require aligned memory for integers.
* - With EXTERNAL embedders can provide an alternative implementation with::
*
* PyHash_FuncDef PyHash_Func = {...};