mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 18:20:10 +01:00
platform/tests: (trivial) fix a typo
This commit is contained in:
parent
984e9d5655
commit
7f847d71f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1964,7 +1964,7 @@ main (int argc, char **argv)
|
|||
/* Create the writable /sys/devices tree. */
|
||||
if (mount ("sys", "/sys/kernel/debug", "sysfs", 0, NULL) != 0) {
|
||||
errsv = errno;
|
||||
g_error ("mount(\"/sys/devices/k\") failed with %s (%d)", strerror (errsv), errsv);
|
||||
g_error ("mount(\"/sys/kernel/debug\") failed with %s (%d)", strerror (errsv), errsv);
|
||||
}
|
||||
|
||||
/* Bind mound the writable device tree to the read-only sysfs. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue