]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a typo in README.solaris.
authorIvo Raisr <ivosh@ivosh.net>
Mon, 3 Aug 2015 10:48:16 +0000 (10:48 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Mon, 3 Aug 2015 10:48:16 +0000 (10:48 +0000)
Spotted by Florian Krohm <florian@eich-krohm.de>.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15477

README.solaris

index 6d4a1ec9ac7c1659f90f1c8119e127a1b10459be..924eb2fcaded26ad1f483583089a7d8b6b342f09 100644 (file)
@@ -74,11 +74,11 @@ Limitations
   itself it is not possible to reverse map the intended pathname.
   Examples are fexecve(3C) and isaexec(3C).
 - Program headers PT_SUNW_SYSSTAT and PT_SUNW_SYSSTAT_ZONE are not supported.
-  That is, programs linked with mapfile directive RESERVE_SEGMENT and atribute
+  That is, programs linked with mapfile directive RESERVE_SEGMENT and attribute
   TYPE equal to SYSSTAT or SYSSTAT_ZONE will cause Valgrind exit. It is not
   possible for Valgrind to arrange mapping of a kernel shared page at the
   address specified in the mapfile for the guest application. There is currently
-  no such mechanism in Solaris.
+  no such mechanism in Solaris. Hacky workarounds are possible, though.
 - When a thread has no stack then all system calls will result in Valgrind
   crash, even though such system calls use just parameters passed in registers.
   This should happen only in pathological situations when a thread is created