Skip to content

Commit bcb3485

Browse files
committed
Update Fastboot.cs
1 parent 848de3f commit bcb3485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidLib/Classes/AndroidController/Fastboot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class FastbootCommand
1818
internal FastbootCommand(string command) { this.command = command; this.timeout = RegawMOD.Command.DEFAULT_TIMEOUT; }
1919

2020
/// <summary>
21-
/// Sets the timeout for the AdbCommand
21+
/// Sets the timeout for the FastbootCommand
2222
/// </summary>
2323
/// <param name="timeout">The timeout for the command in milliseconds</param>
2424
public FastbootCommand WithTimeout(int timeout) { this.timeout = timeout; return this; }

0 commit comments

Comments
 (0)