Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Include all necessary letters in the word "Crypt...



details:   https://anonhg.NetBSD.org/src/rev/a81129b1c085
branches:  trunk
changeset: 935143:a81129b1c085
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jun 25 16:40:40 2020 +0000

description:
Include all necessary letters in the word "Cryptographic".

diffstat:

 sys/dev/pci/amdccp_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e82c18e80265 -r a81129b1c085 sys/dev/pci/amdccp_pci.c
--- a/sys/dev/pci/amdccp_pci.c  Thu Jun 25 16:36:43 2020 +0000
+++ b/sys/dev/pci/amdccp_pci.c  Thu Jun 25 16:40:40 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amdccp_pci.c,v 1.1 2020/06/24 03:38:01 thorpej Exp $ */
+/* $NetBSD: amdccp_pci.c,v 1.2 2020/06/25 16:40:40 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdccp_pci.c,v 1.1 2020/06/24 03:38:01 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amdccp_pci.c,v 1.2 2020/06/25 16:40:40 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -101,7 +101,7 @@
        sc->sc_dev = self;
 
        aprint_naive("\n");
-       aprint_normal(": AMD Cryptographc Coprocessor\n");
+       aprint_normal(": AMD Cryptographic Coprocessor\n");
 
        type = pci_mapreg_type(pa->pa_pc, pa->pa_tag, AMDCCP_MEM_BAR);
        if (PCI_MAPREG_TYPE(type) != PCI_MAPREG_TYPE_MEM) {



Home | Main Index | Thread Index | Old Index