Skip to content

Commit 209d199

Browse files
authored
Merge pull request #1620 from LightningReflex/patch-1
Fixed typo in GDI32.java
2 parents ce88419 + da3b96e commit 209d199

File tree

1 file changed

+1
-1
lines changed
  • contrib/platform/src/com/sun/jna/platform/win32

1 file changed

+1
-1
lines changed

contrib/platform/src/com/sun/jna/platform/win32/GDI32.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ HBITMAP CreateDIBSection(HDC hDC, BITMAPINFO pbmi, int iUsage,
322322
*/
323323
int GetDeviceCaps(HDC hdc, int nIndex);
324324

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

0 commit comments

Comments
 (0)