Skip to content

Commit

Permalink
Fixed typo in GDI32.java
Browse files Browse the repository at this point in the history
Line 325, "fo" -> "of"
  • Loading branch information
LightningReflex committed Aug 31, 2024
1 parent ce88419 commit da3b96e
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 da3b96e

Please sign in to comment.