From 39184b24ebf99e4b237725255e679cd3a3d7a7d3 Mon Sep 17 00:00:00 2001 From: Xiaoyin Liu Date: Fri, 4 Aug 2017 01:10:41 -0400 Subject: Fix typo in files in crypto folder Reviewed-by: Kurt Roeckx Reviewed-by: Andy Polyakov GH: #4093 (cherry picked from commit c9a41d7dd631a69b73bea8af714a3a8b872b8309) --- crypto/ia64cpuid.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/ia64cpuid.S') diff --git a/crypto/ia64cpuid.S b/crypto/ia64cpuid.S index ffd6d6ca6f..92c55124bd 100644 --- a/crypto/ia64cpuid.S +++ b/crypto/ia64cpuid.S @@ -1,4 +1,4 @@ -// Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. +// Copyright 2004-2017 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the OpenSSL license (the "License"). You may not use // this file except in compliance with the License. You can obtain a copy @@ -75,7 +75,7 @@ OPENSSL_wipe_cpu: { .mii; add r9=96*8-8,r9 mov ar.ec=1 };; -// One can sweep double as fast, but then we can't quarantee +// One can sweep double as fast, but then we can't guarantee // that backing storage is wiped... .L_wipe_top: { .mfi; st8 [r9]=r0,-8 -- cgit v1.2.3