Date: Mon, 9 Jan 2006 17:21:48 +0100 From: <hugo@chem.leidenuniv.nl> To: <hackers@freebsd.org> Subject: typo in src/sys/coda/coda_vfsops.c ?? Message-ID: <20060109162147.DE1163402D@fwncism1.leidenuniv.nl>
next in thread | raw e-mail | index | archive | help
Hi, I was just browsing the source tree, and came along a possible typo in src/sys/coda/coda_vfsops.c rev 1.60: #define MARK_ENTRY(op) (coda_vfsopstats[op].entries++) #define MARK_INT_SAT(op) (coda_vfsopstats[op].sat_intrn++) #define MARK_INT_FAIL(op) (coda_vfsopstats[op].unsat_intrn++) #define MRAK_INT_GEN(op) (coda_vfsopstats[op].gen_intrn++) The last MRAK should probably be MARK, as it is called that way a few times later in the code.... Hugo Meiland
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060109162147.DE1163402D>