Module Name: src Committed By: skrll Date: Fri Jun 30 08:05:22 UTC 2017
Modified Files: src/sys/arch/arm/arm32: db_interface.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/arm/arm32/db_interface.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arm/arm32/db_interface.c diff -u src/sys/arch/arm/arm32/db_interface.c:1.54 src/sys/arch/arm/arm32/db_interface.c:1.55 --- src/sys/arch/arm/arm32/db_interface.c:1.54 Wed Oct 29 14:14:14 2014 +++ src/sys/arch/arm/arm32/db_interface.c Fri Jun 30 08:05:22 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: db_interface.c,v 1.54 2014/10/29 14:14:14 skrll Exp $ */ +/* $NetBSD: db_interface.c,v 1.55 2017/06/30 08:05:22 skrll Exp $ */ /* * Copyright (c) 1996 Scott K. Stevens @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.54 2014/10/29 14:14:14 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.55 2017/06/30 08:05:22 skrll Exp $"); #include "opt_ddb.h" #include "opt_kgdb.h" @@ -133,7 +133,7 @@ kdb_trap(int type, db_regs_t *regs) /* * While we aren't the master, wait until the master * gives control to us or exits. If it exited, we - * just exit to. Otherwise this cpu will enter DDB. + * just exit too. Otherwise this cpu will enter DDB. */ membar_consumer(); while (db_onproc != ci) {