From 88e585d7355b49c729b4b1102bcb614020f27d2e Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 31 Jan 2008 05:00:42 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7364 --- massif/docs/ms-manual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index ec5c58d254..7ff37cdaf6 100644 --- a/massif/docs/ms-manual.xml +++ b/massif/docs/ms-manual.xml @@ -735,7 +735,7 @@ operator new[](unsigned long, std::nothrow_t const&) Massif's output file format Massif's file format is plain text (i.e. not binary) and deliberately -easy to read for both humands and machines. Nonetheless, the exact format +easy to read for both humans and machines. Nonetheless, the exact format is not described here. This is because the format is currently very Massif-specific. We plan to make the format more general, and thus suitable for possible use with other tools. Once this has been done, the format will -- 2.47.3