mirror of
https://github.com/Genymobile/scrcpy
synced 2025-09-01 06:45:40 +00:00
Fix comment typo
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
static char *
|
static char *
|
||||||
sc_adb_parse_device_ip_from_line(char *line, size_t len) {
|
sc_adb_parse_device_ip_from_line(char *line, size_t len) {
|
||||||
// One line from "ip route" looks lile:
|
// One line from "ip route" looks like:
|
||||||
// "192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.x"
|
// "192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.x"
|
||||||
|
|
||||||
// Get the location of the device name (index of "wlan0" in the example)
|
// Get the location of the device name (index of "wlan0" in the example)
|
||||||
|
Reference in New Issue
Block a user