From: Thomas Veerman Date: Mon, 21 Dec 2009 13:59:04 +0000 (+0000) Subject: Fix typo X-Git-Tag: v3.1.6~143 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-dsfromkey.html?a=commitdiff_plain;h=48ef79f78d8c7b67cf37b5aa6a6adf61c2c721f9;p=minix.git Fix typo --- diff --git a/servers/pfs/main.c b/servers/pfs/main.c index f57220da3..0040006ce 100644 --- a/servers/pfs/main.c +++ b/servers/pfs/main.c @@ -46,7 +46,7 @@ PUBLIC int main(int argc, char *argv[]) ind = req_nr - VFS_BASE; if (ind < 0 || ind >= NREQS) { - printf("mfs: bad request %d\n", req_nr); + printf("pfs: bad request %d\n", req_nr); printf("ind = %d\n", ind); error = EINVAL; } else {