From 607f5a6073ffe77602b2dd56b6659d9400069ca5 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Thu, 26 Sep 2019 11:47:38 +0000 Subject: cgd_crypto.c: fix minor typo in comment --- sys/dev/cgd_crypto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/cgd_crypto.c b/sys/dev/cgd_crypto.c index 5e851478f8d..dbbb9d5ad36 100644 --- a/sys/dev/cgd_crypto.c +++ b/sys/dev/cgd_crypto.c @@ -1,4 +1,4 @@ -/* $NetBSD: cgd_crypto.c,v 1.15 2017/01/02 14:28:29 alnsn Exp $ */ +/* $NetBSD: cgd_crypto.c,v 1.16 2019/09/26 11:47:38 gutteridge Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cgd_crypto.c,v 1.15 2017/01/02 14:28:29 alnsn Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cgd_crypto.c,v 1.16 2019/09/26 11:47:38 gutteridge Exp $"); #include #include @@ -57,7 +57,7 @@ __KERNEL_RCSID(0, "$NetBSD: cgd_crypto.c,v 1.15 2017/01/02 14:28:29 alnsn Exp $" /* * The general framework provides only one generic function. - * It takes the name of an algorith and returns a struct cryptfuncs * + * It takes the name of an algorithm and returns a struct cryptfuncs * * for it. It is up to the initialisation routines of the algorithm * to check key size and block size. */ -- cgit