Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev cgd_crypto.c: fix minor typo in comment
details: https://anonhg.NetBSD.org/src/rev/7861af8fda7c
branches: trunk
changeset: 1003699:7861af8fda7c
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Thu Sep 26 11:47:38 2019 +0000
description:
cgd_crypto.c: fix minor typo in comment
diffstat:
sys/dev/cgd_crypto.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b5b933d66ea4 -r 7861af8fda7c sys/dev/cgd_crypto.c
--- a/sys/dev/cgd_crypto.c Thu Sep 26 11:01:09 2019 +0000
+++ b/sys/dev/cgd_crypto.c Thu Sep 26 11:47:38 2019 +0000
@@ -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 @@
/*
* 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.
*/
Home |
Main Index |
Thread Index |
Old Index