From 715a0bcce3316a3785eb41a5080853120f9e1f41 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 4 Jan 2022 12:06:35 +0200 Subject: Fix typos (PR# 1099) --- donna_sse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'donna_sse.cpp') diff --git a/donna_sse.cpp b/donna_sse.cpp index 2da9a6f7..a436dfe0 100644 --- a/donna_sse.cpp +++ b/donna_sse.cpp @@ -6,7 +6,7 @@ // clean, but it has one potential problem. The original code is C and relies // upon unions. Accessing the inactive union member is undefined behavior in // C++. That means copying the array into packedelem8.u is OK; but then using -// packedelem8.v in a calcualtion is UB. Fortunately most (all?) compilers +// packedelem8.v in a calculation is UB. Fortunately most (all?) compilers // take pity on C++ developers and compile the code. We will have to keep an // eye on things or rewrite significant portions of this code. -- cgit v1.2.1