Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/include s/resultion/resolution/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/0a6ef94fe260
branches:  trunk
changeset: 374028:0a6ef94fe260
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Mar 25 21:51:12 2023 +0000

description:
s/resultion/resolution/ in comment.

diffstat:

 sys/arch/atari/include/video.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 85476e803063 -r 0a6ef94fe260 sys/arch/atari/include/video.h
--- a/sys/arch/atari/include/video.h    Sat Mar 25 21:47:10 2023 +0000
+++ b/sys/arch/atari/include/video.h    Sat Mar 25 21:51:12 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: video.h,v 1.9 2023/03/25 21:47:10 andvar Exp $ */
+/*     $NetBSD: video.h,v 1.10 2023/03/25 21:51:12 andvar Exp $        */
 
 /*
  * Copyright (c) 1995 Leo Weppelman.
@@ -41,7 +41,7 @@ struct video {
     volatile   u_short vd_st_rgb[16];  /* RGB for simultaneous colors  (ST)*/
     volatile   u_char  vd_st_res;      /* ST resolution                    */
     volatile   char    vd_fill1;       /* filler                           */
-    volatile   u_short vd_tt_res;      /* TT-resultion mode                */
+    volatile   u_short vd_tt_res;      /* TT-resolution mode               */
     volatile   u_char  vd_ste_hscroll; /* MEGA STe hor bitwise scroll      */
     volatile   u_short vd_fal_res;     /* Falcon resolution                */
     volatile   char    vd_fill2[23];



Home | Main Index | Thread Index | Old Index