From 59339941e0e6e2b8648c2e128284de188a65714b Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 11 Jul 2012 14:44:38 +0200 Subject: Fix some spelling errors Change-Id: I19d3b2e9a5180b13deb828b55195404ef20be295 Reviewed-by: Daniel Teske Reviewed-by: Giuseppe D'Angelo --- src/corelib/arch/qatomic_msvc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/arch') diff --git a/src/corelib/arch/qatomic_msvc.h b/src/corelib/arch/qatomic_msvc.h index 4f7f971ec8..3e0923b0be 100644 --- a/src/corelib/arch/qatomic_msvc.h +++ b/src/corelib/arch/qatomic_msvc.h @@ -273,7 +273,7 @@ template struct QAtomicOpsBySize; template <> struct QAtomicOpsBySize<4> : QGenericAtomicOps > { - // The 32-bit Interlocked*() API takes paramters as longs. + // The 32-bit Interlocked*() API takes parameters as longs. typedef long Type; static inline bool isReferenceCountingNative() { return true; } -- cgit v1.2.3