|
From: <sv...@va...> - 2011-12-27 09:19:29
|
Author: bart Date: 2011-12-27 09:14:50 +0000 (Tue, 27 Dec 2011) New Revision: 12321 Log: Spelling fix Modified: trunk/coregrind/m_gdbserver/README_DEVELOPERS trunk/docs/internals/arm_thumb_notes_gdbserver.txt Modified: trunk/coregrind/m_gdbserver/README_DEVELOPERS =================================================================== --- trunk/coregrind/m_gdbserver/README_DEVELOPERS 2011-12-27 09:03:36 UTC (rev 12320) +++ trunk/coregrind/m_gdbserver/README_DEVELOPERS 2011-12-27 09:14:50 UTC (rev 12321) @@ -246,7 +246,7 @@ --------------------------- Automatic Valgrind gdbserver tests are in the directory $(top_srcdir)/gdbserver_tests. -Read $(top_srcdir)/gdbserver_tests/README_DEVELOPPERS for more +Read $(top_srcdir)/gdbserver_tests/README_DEVELOPERS for more info about testing. How to integrate support for a new architecture xxx? Modified: trunk/docs/internals/arm_thumb_notes_gdbserver.txt =================================================================== --- trunk/docs/internals/arm_thumb_notes_gdbserver.txt 2011-12-27 09:03:36 UTC (rev 12320) +++ trunk/docs/internals/arm_thumb_notes_gdbserver.txt 2011-12-27 09:14:50 UTC (rev 12321) @@ -1,6 +1,6 @@ (for general information - about gdbserver, read coregrind/m_gdbserver/README_DEVELOPPERS - about gdbserver tests, read gdbserver_tests/README_DEVELOPPERS). + about gdbserver, read coregrind/m_gdbserver/README_DEVELOPERS + about gdbserver tests, read gdbserver_tests/README_DEVELOPERS). ARM thumb and gdbserver ----------------------- |