]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/radeon: fix comment
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 3 Mar 2015 10:58:10 +0000 (11:58 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 26 May 2015 13:09:03 +0000 (15:09 +0200)
Fix spelling typo in comment.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: David Airlie <airlied@linux.ie>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/gpu/drm/radeon/atombios.h

index 92be50c39ffd4a4b498d439093725e991bead162..ab89eed9ddd9c47e688c090884c8f2561ff2dc11 100644 (file)
@@ -7944,8 +7944,8 @@ typedef struct {
 typedef struct {
   AMD_ACPI_DESCRIPTION_HEADER SHeader;
   UCHAR TableUUID[16];    //0x24
-  ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the stucture.
-  ULONG Lib1ImageOffset;  //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the stucture.
+  ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the structure.
+  ULONG Lib1ImageOffset;  //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the structure.
   ULONG Reserved[4];      //0x3C
 }UEFI_ACPI_VFCT;