Fix Typos (NFC) (#5137)

This commit is contained in:
sciencewhiz
2023-02-26 15:06:37 -08:00
committed by GitHub
parent ce3686b80d
commit 4af84a1c12
71 changed files with 95 additions and 95 deletions

View File

@@ -32,7 +32,7 @@ public class SimDevice implements AutoCloseable {
* Creates a simulated device.
*
* <p>The device name must be unique. Returns null if the device name already exists. If multiple
* instances of the same device are desired, recommend appending the instance/unique identifer in
* instances of the same device are desired, recommend appending the instance/unique identifier in
* brackets to the base name, e.g. "device[1]".
*
* <p>null is returned if not in simulation.

View File

@@ -13,7 +13,7 @@ public class SimDeviceJNI extends JNIWrapper {
* Creates a simulated device.
*
* <p>The device name must be unique. 0 is returned if the device name already exists. If multiple
* instances of the same device are desired, recommend appending the instance/unique identifer in
* instances of the same device are desired, recommend appending the instance/unique identifier in
* brackets to the base name, e.g. "device[1]".
*
* <p>0 is returned if not in simulation.