Skip to content

Commit

Permalink
Merge pull request #1620 from LightningReflex/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in GDI32.java
  • Loading branch information
dblock committed Sep 1, 2024
2 parents ce88419 + da3b96e commit 209d199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/platform/src/com/sun/jna/platform/win32/GDI32.java
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ HBITMAP CreateDIBSection(HDC hDC, BITMAPINFO pbmi, int iUsage,
*/
int GetDeviceCaps(HDC hdc, int nIndex);

/** The GetDIBits function retrieves the bits fo the specified compatible
/** The GetDIBits function retrieves the bits of the specified compatible
* bitmap and copies them into a buffer as a DIB using the specified
* format.
* @param hdc A handle to the device context.
Expand Down

0 comments on commit 209d199

Please sign in to comment.