platform/tests: (trivial) fix a typo

This commit is contained in:
Lubomir Rintel 2018-02-12 18:07:53 +01:00
parent 984e9d5655
commit 7f847d71f3

View file

@ -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. */