summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-12-05 20:48:47 +0100
committerArmin Rigo <arigo@tunes.org>2015-12-05 20:48:47 +0100
commit73d9c7651dad12586ee0a4b51d3a00fc2f0c1581 (patch)
tree8a668e09106e492fb32695cfe8eecafd434d13ac
parentad6e87528364f416dad081106fbb6c070d2ee93c (diff)
downloadcffi-73d9c7651dad12586ee0a4b51d3a00fc2f0c1581.tar.gz
typo
-rw-r--r--cffi/_embedding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cffi/_embedding.h b/cffi/_embedding.h
index 5e7cddc..b106a79 100644
--- a/cffi/_embedding.h
+++ b/cffi/_embedding.h
@@ -39,7 +39,7 @@ static _cffi_call_python_fnptr _cffi_call_python = &_cffi_start_and_call_python;
/* --- Windows threads version --- */
# define compare_and_swap(l,o,n) InterlockedCompareExchangePointer(l,n,o)
# define write_barrier() InterlockedCompareExchange(&_cffi_dummy,0,0)
-static volatie LONG _cffi_dummy;
+static volatile LONG _cffi_dummy;
#endif
#ifdef WITH_THREAD