Add a comment.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5744 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/lackey/lk_main.c b/lackey/lk_main.c
index a2e513c..63ee533 100644
--- a/lackey/lk_main.c
+++ b/lackey/lk_main.c
@@ -38,6 +38,9 @@
 // Instrumentation", 2004, for details about the few loads and stores that
 // it misses, and other caveats about the accuracy of the address trace.
 //
+// [Actually, the traces aren't quite right because instructions that modify
+// a memory location are treated like a load followed by a store.]
+//
 // If you want to modify how the memory traces are printed/gathered, look at
 // the code that is controlled by the variable 'lk_clo_trace_mem' and the
 // functions 'trace_load()' and 'trace_mem'..  With a bit of effort you