diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-04-03 07:37:31 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-04-03 07:37:31 +0000 |
commit | 47a04aaa275d1a9b4a51997910f2b2a881464943 (patch) | |
tree | 349db1df06558325e03e3026293c52a309f49799 /src/os/unix/ngx_gcc_atomic_sparc64.h | |
parent | 7744472c8e4db956bd29c030fdca1e55f5b007fe (diff) | |
download | nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.gz nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.zip |
Fixed spelling in multiline C comments.
Diffstat (limited to 'src/os/unix/ngx_gcc_atomic_sparc64.h')
-rw-r--r-- | src/os/unix/ngx_gcc_atomic_sparc64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_gcc_atomic_sparc64.h b/src/os/unix/ngx_gcc_atomic_sparc64.h index d26e1307c..a84db3544 100644 --- a/src/os/unix/ngx_gcc_atomic_sparc64.h +++ b/src/os/unix/ngx_gcc_atomic_sparc64.h @@ -15,7 +15,7 @@ * r0 = [r1]; * } * - * so "r0 == r2" means that the operation was successfull. + * so "r0 == r2" means that the operation was successful. * * * The "r" means the general register. |