fix few typos in comments.
This commit is contained in:
parent
071c66bde3
commit
96dad784b6
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: termcap.c,v 1.24 2020/04/05 14:53:39 martin Exp $ */
|
||||
/* $NetBSD: termcap.c,v 1.25 2023/01/31 21:11:24 andvar Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 The NetBSD Foundation, Inc.
|
||||
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: termcap.c,v 1.24 2020/04/05 14:53:39 martin Exp $");
|
||||
__RCSID("$NetBSD: termcap.c,v 1.25 2023/01/31 21:11:24 andvar Exp $");
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
@ -161,7 +161,7 @@ tgetstr(const char *id2, char **area)
|
|||
str = ud->str;
|
||||
}
|
||||
|
||||
/* XXX: FXIXME
|
||||
/* XXX: FIXME
|
||||
* We should fix sgr0(me) as it has a slightly different meaning
|
||||
* for termcap. */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.h,v 1.133 2021/08/14 17:51:19 ryo Exp $ */
|
||||
/* $NetBSD: cpu.h,v 1.134 2023/01/31 21:11:24 andvar Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -242,7 +242,7 @@ struct clockframe {
|
|||
};
|
||||
|
||||
/*
|
||||
* A port must provde CLKF_USERMODE() for use in machine-independent code.
|
||||
* A port must provide CLKF_USERMODE() for use in machine-independent code.
|
||||
* These differ on r4000 and r3000 systems; provide them in the
|
||||
* port-dependent file that includes this one, using the macros below.
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: hammer_disk.h,v 1.3 2021/12/05 07:25:11 msaitoh Exp $ */
|
||||
/* $NetBSD: hammer_disk.h,v 1.4 2023/01/31 21:11:24 andvar Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
|
||||
|
@ -36,7 +36,7 @@
|
|||
* $DragonFly: src/sys/vfs/hammer/hammer_disk.h,v 1.55 2008/11/13 02:18:43 dillon Exp $
|
||||
*/
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.3 2021/12/05 07:25:11 msaitoh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: hammer_disk.h,v 1.4 2023/01/31 21:11:24 andvar Exp $");
|
||||
|
||||
#ifndef VFS_HAMMER_DISK_H_
|
||||
#define VFS_HAMMER_DISK_H_
|
||||
|
@ -913,7 +913,7 @@ typedef struct hammer_inode_data {
|
|||
} *hammer_inode_data_t;
|
||||
|
||||
/*
|
||||
* Neither mtime nor atime upates are CRCd by the B-Tree element.
|
||||
* Neither mtime nor atime updates are CRCd by the B-Tree element.
|
||||
* mtime updates have UNDO, atime updates do not.
|
||||
*/
|
||||
#define HAMMER_INODE_CRCSIZE \
|
||||
|
|
Loading…
Reference in New Issue