Module Name: src
Committed By: rin
Date: Wed Oct 23 12:47:39 UTC 2024
Modified Files:
src/sys/arch/vax/boot/boot: boot.c
Log Message:
vax: boot: Fix my typo in comment. No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/vax/boot/boot/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/vax/boot/boot/boot.c
diff -u src/sys/arch/vax/boot/boot/boot.c:1.35 src/sys/arch/vax/boot/boot/boot.c:1.36
--- src/sys/arch/vax/boot/boot/boot.c:1.35 Mon Sep 30 00:35:49 2024
+++ src/sys/arch/vax/boot/boot/boot.c Wed Oct 23 12:47:39 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.35 2024/09/30 00:35:49 kalvisd Exp $ */
+/* $NetBSD: boot.c,v 1.36 2024/10/23 12:47:39 rin Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
* All rights reserved.
@@ -320,7 +320,7 @@ loadpcs(void)
/*
* XXXGCC12
- * GCC2 blames pointer access to 0-th page, [0, 0xfff] as
+ * GCC12 blames pointer access to 0-th page, [0, 0xfff], for
* -Warray-bounds. Just silence as it is harmless.
*/
#pragma GCC diagnostic push