Module Name: src Committed By: andvar Date: Mon Sep 23 19:11:34 UTC 2024
Modified Files: src/sys/arch/hpcmips/tx: txcom.c Log Message: s/dicipline/discipline/ in debug message. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/hpcmips/tx/txcom.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/hpcmips/tx/txcom.c diff -u src/sys/arch/hpcmips/tx/txcom.c:1.52 src/sys/arch/hpcmips/tx/txcom.c:1.53 --- src/sys/arch/hpcmips/tx/txcom.c:1.52 Sat Aug 7 16:18:54 2021 +++ src/sys/arch/hpcmips/tx/txcom.c Mon Sep 23 19:11:34 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: txcom.c,v 1.52 2021/08/07 16:18:54 thorpej Exp $ */ +/* $NetBSD: txcom.c,v 1.53 2024/09/23 19:11:34 andvar Exp $ */ /*- * Copyright (c) 1999, 2000, 2004 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: txcom.c,v 1.52 2021/08/07 16:18:54 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: txcom.c,v 1.53 2024/09/23 19:11:34 andvar Exp $"); #include "opt_tx39uart_debug.h" @@ -855,7 +855,7 @@ txcomopen(dev_t dev, int flag, int mode, goto out; } if ((err = (*tp->t_linesw->l_open)(dev, tp))) { - DPRINTF("line dicipline open failed\n"); + DPRINTF("line discipline open failed\n"); goto out; }