|
From: <sv...@va...> - 2015-05-09 21:47:45
|
Author: florian
Date: Sat May 9 22:47:38 2015
New Revision: 15196
Log:
Fix a typo.
Modified:
branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c
==============================================================================
--- branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c (original)
+++ branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c Sat May 9 22:47:38 2015
@@ -2965,7 +2965,7 @@
}
/* Resize the client brk segment from OLDBRK to NEWBRK. Return an error if
- the resize operation could not be completed. A +1 error core means
+ the resize operation could not be completed. A +1 error code means
"overflow", a -1 error code means "underflow", and 0 means some other
failure. */
SysRes VG_(am_resize_client_dataseg) ( Addr oldbrk, Addr newbrk )
|