1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

debug tests: Fix error in SyncUtil.fillMemory doc

Change-Id: I7b1ab19b52a9c080c569a95e9ea11cbd45d987cb
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
This commit is contained in:
Simon Marchi 2015-02-06 11:46:00 -05:00 committed by Gerrit Code Review @ Eclipse.org
parent 5ad1f5c4c3
commit 059db21d52

View file

@ -870,7 +870,7 @@ public class SyncUtil {
* @param address the memory block address (could be an expression)
* @param offset the offset from address
* @param wordSize the word size, in octets
* @param count the number of bytes to write
* @param count the number of times the pattern is to be written
* @param pattern the pattern to write
* @throws InterruptedException
* @throws ExecutionException