diff options
Diffstat (limited to 'man2/spu_run.2')
-rw-r--r-- | man2/spu_run.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/spu_run.2 b/man2/spu_run.2 index 677b5cee3..3dd981a5c 100644 --- a/man2/spu_run.2 +++ b/man2/spu_run.2 @@ -224,7 +224,7 @@ int main(void) if (context == -1) handle_error("spu_create"); - /* write a \'stop 0x1234\' instruction to the SPU\'s + /* write a \(aqstop 0x1234\(aq instruction to the SPU\(aqs * local store memory */ instruction = 0x00001234; |