From f595427d0078bb236772bafe05bbb7c53733e90f Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Wed, 27 May 2009 18:57:01 +0000 Subject: [PATCH] fixed comment typos. No actual change. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30881 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 2 +- src/add-ons/accelerants/nvidia/engine/nv_i2c.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index c15684f939..e3a5091970 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -351,7 +351,7 @@ typedef struct { float panel1_aspect; /* panel's aspect ratio */ float panel2_aspect; /* panel's aspect ratio */ edid_specs con1_screen; /* EDID properties of the screen connected to connector 1 */ - edid_specs con2_screen; /* EDID properties of the screen connected to connector 1 */ + edid_specs con2_screen; /* EDID properties of the screen connected to connector 2 */ bool crtc2_prim; /* using CRTC2 as primary CRTC */ bool i2c_bus0; /* we have a wired I2C bus 0 on board */ bool i2c_bus1; /* we have a wired I2C bus 1 on board */ diff --git a/src/add-ons/accelerants/nvidia/engine/nv_i2c.c b/src/add-ons/accelerants/nvidia/engine/nv_i2c.c index 6b533cc2d1..951c8315d2 100644 --- a/src/add-ons/accelerants/nvidia/engine/nv_i2c.c +++ b/src/add-ons/accelerants/nvidia/engine/nv_i2c.c @@ -673,7 +673,7 @@ i2c_DumpSpecsEDID(edid_specs* specs) /* notes: * - con1 resides closest to the mainboard on for example NV25 and NV28, while for * example on NV34 con2 sits closest to the mainboard. - * - con1 is connected to DAC1, and con2 is connected to DAC2 on all pre-NV40 + * - i2c bus0 is connected to con1, and i2c bus1 is connected to con2 on all pre-NV40 * architecture cards. On later cards it's vice versa. */ //>>>fixme: //- re-check if the latter note is true,