Module Name:    src
Committed By:   andvar
Date:           Wed Mar  9 23:09:15 UTC 2022

Modified Files:
        src/sys/arch/arm/xscale: pxa2x0_lcd.h

Log Message:
s/Horizontao/Horizontal/ in comment and removing misplaced "pxel" word.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/xscale/pxa2x0_lcd.h

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/arm/xscale/pxa2x0_lcd.h
diff -u src/sys/arch/arm/xscale/pxa2x0_lcd.h:1.10 src/sys/arch/arm/xscale/pxa2x0_lcd.h:1.11
--- src/sys/arch/arm/xscale/pxa2x0_lcd.h:1.10	Fri Jul  1 20:32:51 2011
+++ src/sys/arch/arm/xscale/pxa2x0_lcd.h	Wed Mar  9 23:09:15 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0_lcd.h,v 1.10 2011/07/01 20:32:51 dyoung Exp $ */
+/* $NetBSD: pxa2x0_lcd.h,v 1.11 2022/03/09 23:09:15 andvar Exp $ */
 /*
  * Copyright (c) 2002  Genetec Corporation.  All rights reserved.
  * Written by Hiroyuki Bessho for Genetec Corporation.
@@ -111,9 +111,9 @@ struct lcd_panel_geometry {
 	short pixel_clock_div;		/* pixel clock divider */
 	short ac_bias;			/* AC bias pin frequency */
 
-	short hsync_pulse_width;	/* Horizontao sync pulse width */
+	short hsync_pulse_width;	/* Horizontal sync pulse width */
 	short beg_line_wait;		/* beginning of line wait (BLW) */
-	short end_line_wait;		/* end of line pxel wait (ELW) */
+	short end_line_wait;		/* end of line wait (ELW) */
 
 	short vsync_pulse_width;	/* vertical sync pulse width */
 	short beg_frame_wait;		/* beginning of frame wait (BFW) */

Reply via email to