]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
apostrophe pedantry; comment change only
authorNicholas Nethercote <n.nethercote@gmail.com>
Fri, 16 Jul 2004 17:32:15 +0000 (17:32 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 16 Jul 2004 17:32:15 +0000 (17:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2488

coregrind/vg_memory.c
coregrind/vg_syscalls.c

index 016ed781f9b5ae188a6c85cb18a8abae7759b7fe..22b5446e88fc90f058faaf9f1afd02cae243024d 100644 (file)
@@ -552,7 +552,7 @@ Addr VG_(find_map_space)(Addr addr, UInt len, Bool for_client)
 
    This is designed for use around system calls which allocate
    memory in the process address space without providing a way to
-   control it's location such as io_setup. By choosing a suitable
+   control its location such as io_setup. By choosing a suitable
    address with VG_(find_map_space) and then adding a segment for
    it and padding the address space valgrind can ensure that the
    kernel has no choice but to put the memory where we want it. */
index 62ad541d7ba304b12399d83e632a0aa8bf05dd77..b8c118dfdc2a371d200c36de91854731f873a3a3 100644 (file)
@@ -450,7 +450,7 @@ static OpenFd *allocated_fds;
 
 static int fd_count = 0;
 
-/* Given a file descriptor, attempt to deduce it's filename.  To do this,
+/* Given a file descriptor, attempt to deduce its filename.  To do this,
    we use /proc/self/fd/<FD>.  If this doesn't point to a file, or if it
    doesn't exist, we just return NULL.  Otherwise, we return a pointer
    to the file name, which the caller is responsible for freeing. */