Module Name: src Committed By: andvar Date: Sun Jul 23 21:06:52 UTC 2023
Modified Files: src/distrib/sets/lists/debug: md.ia64 src/sys/dev/pci: radeonfbvar.h Log Message: s/probaby/probably/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/debug/md.ia64 cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/radeonfbvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/debug/md.ia64 diff -u src/distrib/sets/lists/debug/md.ia64:1.1 src/distrib/sets/lists/debug/md.ia64:1.2 --- src/distrib/sets/lists/debug/md.ia64:1.1 Sat Aug 6 20:08:00 2016 +++ src/distrib/sets/lists/debug/md.ia64 Sun Jul 23 21:06:52 2023 @@ -1,8 +1,8 @@ -# $NetBSD: md.ia64,v 1.1 2016/08/06 20:08:00 martin Exp $ +# $NetBSD: md.ia64,v 1.2 2023/07/23 21:06:52 andvar Exp $ # # XXX add skiload for now # -# XXX loader.sym probaby not necessary +# XXX loader.sym probably not necessary # ./usr/libdata/debug/usr/mdec/loader.sym.debug comp-sys-debug debug ./usr/libdata/debug/usr/mdec/skiload.debug comp-sys-debug debug Index: src/sys/dev/pci/radeonfbvar.h diff -u src/sys/dev/pci/radeonfbvar.h:1.22 src/sys/dev/pci/radeonfbvar.h:1.23 --- src/sys/dev/pci/radeonfbvar.h:1.22 Mon Sep 28 05:43:58 2020 +++ src/sys/dev/pci/radeonfbvar.h Sun Jul 23 21:06:52 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: radeonfbvar.h,v 1.22 2020/09/28 05:43:58 macallan Exp $ */ +/* $NetBSD: radeonfbvar.h,v 1.23 2023/07/23 21:06:52 andvar Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -185,7 +185,7 @@ struct radeonfb_display { struct radeonfb_crtc rd_crtcs[2]; struct radeonfb_cursor rd_cursor, rd_tempcursor; - /* XXX: this should probaby be an array for CRTCs */ + /* XXX: this should probably be an array for CRTCs */ //struct videomode rd_videomode; struct wsscreen_list rd_wsscreenlist;