fix few typos in comments.
This commit is contained in:
parent
3b732a4cd9
commit
e8cc649d65
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: udf_write.c,v 1.10 2021/08/22 20:18:39 andvar Exp $ */
|
||||
/* $NetBSD: udf_write.c,v 1.11 2021/09/01 14:17:46 andvar Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006, 2008, 2013 Reinoud Zandijk
|
||||
|
@ -30,7 +30,7 @@
|
|||
#endif
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: udf_write.c,v 1.10 2021/08/22 20:18:39 andvar Exp $");
|
||||
__RCSID("$NetBSD: udf_write.c,v 1.11 2021/09/01 14:17:46 andvar Exp $");
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -551,7 +551,7 @@ udf_do_newfs_prefix(void)
|
|||
/*
|
||||
* Start with wipeout of VRS1 upto start of partition. This allows
|
||||
* formatting for sequentials with the track reservation and it
|
||||
* cleans old rubbish on rewritables. For sequentuals without the
|
||||
* cleans old rubbish on rewritables. For sequentials without the
|
||||
* track reservation all is wiped from track start.
|
||||
*/
|
||||
if ((zero_dscr = calloc(1, context.sector_size)) == NULL)
|
||||
|
@ -580,7 +580,7 @@ udf_do_newfs_prefix(void)
|
|||
* terminator
|
||||
*/
|
||||
|
||||
/* start of volume recognision sequence building */
|
||||
/* start of volume recognition sequence building */
|
||||
context.vds_seq = 0;
|
||||
|
||||
/* Create primary volume descriptor */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rmixl_spl.S,v 1.6 2020/12/01 08:39:39 skrll Exp $ */
|
||||
/* $NetBSD: rmixl_spl.S,v 1.7 2021/09/01 14:17:46 andvar Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
|
||||
|
@ -36,7 +36,7 @@
|
|||
#include <mips/asm.h>
|
||||
#include <mips/cpuregs.h>
|
||||
|
||||
RCSID("$NetBSD: rmixl_spl.S,v 1.6 2020/12/01 08:39:39 skrll Exp $");
|
||||
RCSID("$NetBSD: rmixl_spl.S,v 1.7 2021/09/01 14:17:46 andvar Exp $");
|
||||
|
||||
#include "assym.h"
|
||||
|
||||
|
@ -284,7 +284,7 @@ STATIC_LEAF(_splsw_splintr)
|
|||
* - if clock intr is requested, set MIPS_INT_MASK_5
|
||||
* - if other HW intr is requested, set MIPS_INT_MASK_1 as summary bit
|
||||
* the RMI evbmips_iointr function will sort through
|
||||
* individial EIRR requests
|
||||
* individual EIRR requests
|
||||
*/
|
||||
li t2, RMIXL_INT_MASK_5 # load RMIXL_INT_MASK_5
|
||||
and t1, v1, t2 # save count/compare intr request value
|
||||
|
|
Loading…
Reference in New Issue