From: Eugene Syromyatnikov Date: Sun, 30 Oct 2016 20:16:34 +0000 (+0300) Subject: Fix typo in comment in tests/quotactl.h X-Git-Tag: v4.15~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06c8831cf494f7947c06bdd4e13e4f07907a0bd7;p=strace Fix typo in comment in tests/quotactl.h --- diff --git a/tests/quotactl.h b/tests/quotactl.h index e73049f6..a2078c7a 100644 --- a/tests/quotactl.h +++ b/tests/quotactl.h @@ -157,7 +157,7 @@ check_quota(uint32_t flags, int cmd, const char *cmd_str, static const int bogus_cmd = 0xbadc0ded; static const int bogus_id = 0xca7faced; -/* It is invalid anyway due to the flash in the end */ +/* It is invalid anyway due to the slash in the end */ static const char *bogus_dev = "/dev/bogus/"; static const char *bogus_dev_str = "\"/dev/bogus/\"";