Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Aug 1, 2024
1 parent c8d7c09 commit 641a8c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hal/src/main/java/edu/wpi/first/hal/DriverStationJNI.java
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public static native int sendError(
public static native void provideNewDataEventHandle(int handle);

/**
* Removes the event handle from being singalled when new data arrives.
* Removes the event handle from being signalled when new data arrives.
*
* @param handle the event handle to remove
*/
Expand Down
2 changes: 1 addition & 1 deletion hal/src/main/native/include/hal/DriverStation.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ HAL_Bool HAL_RefreshDSData(void);
void HAL_ProvideNewDataEventHandle(WPI_EventHandle handle);

/**
* Removes the event handle from being singalled when new data arrives.
* Removes the event handle from being signalled when new data arrives.
*
* @param handle the event handle to remove
*/
Expand Down

0 comments on commit 641a8c7

Please sign in to comment.