comparison src/os/unix/ngx_gcc_atomic_sparc64.h @ 4572:67653855682e

Fixed spelling in multiline C comments.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 03 Apr 2012 07:37:31 +0000
parents d620f497c50f
children
comparison
equal deleted inserted replaced
4571:2942a827da09 4572:67653855682e
13 * swap(r0, [r1]); 13 * swap(r0, [r1]);
14 * } else { 14 * } else {
15 * r0 = [r1]; 15 * r0 = [r1];
16 * } 16 * }
17 * 17 *
18 * so "r0 == r2" means that the operation was successfull. 18 * so "r0 == r2" means that the operation was successful.
19 * 19 *
20 * 20 *
21 * The "r" means the general register. 21 * The "r" means the general register.
22 * The "+r" means the general register used for both input and output. 22 * The "+r" means the general register used for both input and output.
23 */ 23 */