Module Name: src Committed By: andvar Date: Wed Mar 6 19:48:53 UTC 2024
Modified Files: src/sys/arch/mipsco/stand/common: boot.c src/sys/arch/pmax/stand/common: boot.c Log Message: s/lader/loader/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mipsco/stand/common/boot.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/pmax/stand/common/boot.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/mipsco/stand/common/boot.c diff -u src/sys/arch/mipsco/stand/common/boot.c:1.10 src/sys/arch/mipsco/stand/common/boot.c:1.11 --- src/sys/arch/mipsco/stand/common/boot.c:1.10 Fri Feb 14 16:04:44 2014 +++ src/sys/arch/mipsco/stand/common/boot.c Wed Mar 6 19:48:53 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: boot.c,v 1.10 2014/02/14 16:04:44 christos Exp $ */ +/* $NetBSD: boot.c,v 1.11 2024/03/06 19:48:53 andvar Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -96,7 +96,7 @@ static char *devsplit(char *, char *); int main(int, char **); /* - * This gets arguments from the first stage boot lader, calls PROM routines + * This gets arguments from the first stage boot loader, calls PROM routines * to open and load the program to boot, and then transfers execution to * that new program. */ Index: src/sys/arch/pmax/stand/common/boot.c diff -u src/sys/arch/pmax/stand/common/boot.c:1.19 src/sys/arch/pmax/stand/common/boot.c:1.20 --- src/sys/arch/pmax/stand/common/boot.c:1.19 Sat Jan 22 19:19:21 2011 +++ src/sys/arch/pmax/stand/common/boot.c Wed Mar 6 19:48:53 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: boot.c,v 1.19 2011/01/22 19:19:21 joerg Exp $ */ +/* $NetBSD: boot.c,v 1.20 2024/03/06 19:48:53 andvar Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -99,7 +99,7 @@ static char *devname(char *); int main(int, char **); /* - * This gets arguments from the first stage boot lader, calls PROM routines + * This gets arguments from the first stage boot loader, calls PROM routines * to open and load the program to boot, and then transfers execution to * that new program. *