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:
parent
5ad1f5c4c3
commit
059db21d52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue