diff --git a/ppc_simd.h b/ppc_simd.h
index d9b2e91b..861cdba7 100644
--- a/ppc_simd.h
+++ b/ppc_simd.h
@@ -39,9 +39,10 @@
/// builtins. When using XLC with -qxlcompatmacros the compiler pretends to
/// be GCC, Clang and XLC all at once but it can only consume it's variety
/// of builtins.
-/// \details At Crypto++ 8.0 the various VectorFunc{Name} were renamed to
-/// VecFunc{Name}. For example, VectorAnd was changed to VecAnd. The name
-/// change helped consolidate two slightly different implementations.
+/// \details At Crypto++ 8.0 the various Vector{FuncName} were
+/// renamed to Vec{FuncName}. For example, VectorAnd was
+/// changed to VecAnd. The name change helped consolidate two
+/// slightly different implementations.
/// \since Crypto++ 6.0, LLVM Clang compiler support since Crypto++ 8.0
// Use __ALTIVEC__, _ARCH_PWR7 and _ARCH_PWR8 when detecting actual