summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-04 22:49:25 -0500
committerJeffrey Walton <noloader@gmail.com>2021-03-04 22:49:25 -0500
commit8e9cb9d9d8f4ed2423600d232860b7db49091e8a (patch)
tree83010d5a5527f1c043a554e3b897903ded413d50 /cpu.h
parent1a5346c6c797b585dbc761c0d5c93c0073dee843 (diff)
downloadcryptopp-git-8e9cb9d9d8f4ed2423600d232860b7db49091e8a.tar.gz
Whitespace check-in
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu.h b/cpu.h
index a5ddbc3c..26680e96 100644
--- a/cpu.h
+++ b/cpu.h
@@ -17,7 +17,7 @@
/// g_hasAES = CPU_QueryAES() || CPU_ProbeAES();
/// </pre>
/// \details Generally speaking, CPU_Query() is in the source file <tt>cpu.cpp</tt> because it
-/// does not require special architectural flags. CPU_Probe() is in a source file that receives
+/// does not require special architectural flags. CPU_Probe() is in a source file that receives
/// architectural flags, like <tt>sse_simd.cpp</tt>, <tt>neon_simd.cpp</tt> and
/// <tt>ppc_simd.cpp</tt>. For example, compiling <tt>neon_simd.cpp</tt> on an ARM64 machine will
/// have <tt>-march=armv8-a</tt> applied during a compile to make the instruction set architecture