From 2be51225ab0155c384bc0366c34bcdb6e69def15 Mon Sep 17 00:00:00 2001 From: mjw Date: Fri, 5 Apr 2013 13:19:12 +0000 Subject: Fix double 'the the' in documentation. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13363 a5019735-40e9-0310-863c-91ae7b9d1cf9 --- cachegrind/docs/cg-manual.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cachegrind') diff --git a/cachegrind/docs/cg-manual.xml b/cachegrind/docs/cg-manual.xml index 13331d89b..f45bda8fd 100644 --- a/cachegrind/docs/cg-manual.xml +++ b/cachegrind/docs/cg-manual.xml @@ -352,7 +352,7 @@ a column contains only a dot it means the function never performs that event (e.g. the third row shows that strcmp() contains no instructions that write to memory). The name -??? is used if the the file name +??? is used if the file name and/or function name could not be determined from debugging information. If most of the entries have the form ???:??? the program probably @@ -1367,7 +1367,7 @@ shortcomings: Another thing worth noting is that results are very sensitive. -Changing the size of the the executable being profiled, or the sizes +Changing the size of the executable being profiled, or the sizes of any of the shared libraries it uses, or even the length of their file names, can perturb the results. Variations will be small, but don't expect perfectly repeatable results if your program changes at -- cgit v1.2.3