summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorgutteridge <gutteridge@NetBSD.org>2019-09-26 11:47:38 +0000
committergutteridge <gutteridge@NetBSD.org>2019-09-26 11:47:38 +0000
commit607f5a6073ffe77602b2dd56b6659d9400069ca5 (patch)
tree28c7afd3ab3414fd1b520f3d686872938bee8577 /sys/dev
parentce6c4c311f3e6ac9c86c38f4481e6cdd701b6572 (diff)
cgd_crypto.c: fix minor typo in comment
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cgd_crypto.c6
1 files changed, 3 insertions, 3 deletions
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 <sys/cdefs.h>
-__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 <sys/param.h>
#include <sys/systm.h>
@@ -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.
*/