mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Spelling and grammar cleanups (#4849)
This commit is contained in:
@@ -81,7 +81,7 @@ public class WPIUtilJNI {
|
||||
public static native boolean releaseSemaphore(int semHandle, int releaseCount);
|
||||
|
||||
/**
|
||||
* Waits for an handle to be signaled.
|
||||
* Waits for a handle to be signaled.
|
||||
*
|
||||
* @param handle handle to wait on
|
||||
* @throws InterruptedException on failure (e.g. object was destroyed)
|
||||
@@ -89,7 +89,7 @@ public class WPIUtilJNI {
|
||||
public static native void waitForObject(int handle) throws InterruptedException;
|
||||
|
||||
/**
|
||||
* Waits for an handle to be signaled, with timeout.
|
||||
* Waits for a handle to be signaled, with timeout.
|
||||
*
|
||||
* @param handle handle to wait on
|
||||
* @param timeout timeout in seconds
|
||||
|
||||
Reference in New Issue
Block a user