summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-03-08 02:33:59 +0000
committerwtchang%redhat.com <devnull@localhost>2005-03-08 02:33:59 +0000
commit40b4c8e755d2722538916a339474bea4f974b71e (patch)
tree4168cdfe200cb9a4917324e42d27ebdb6a80168f
parent09b0298463a3d83e40d867b7b9bb180613aed2d1 (diff)
downloadnspr-hg-40b4c8e755d2722538916a339474bea4f974b71e.tar.gz
Fixed the indentation and a typo in the comments.
-rw-r--r--pr/src/md/os2/os2vacpp.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/pr/src/md/os2/os2vacpp.asm b/pr/src/md/os2/os2vacpp.asm
index 6e726ca7..3139924d 100644
--- a/pr/src/md/os2/os2vacpp.asm
+++ b/pr/src/md/os2/os2vacpp.asm
@@ -13,7 +13,7 @@
; for the specific language governing rights and limitations under the
; License.
;
-; The Original Code is the NetScape Portable Runtime (NSPR).
+; The Original Code is the Netscape Portable Runtime (NSPR).
;
; The Initial Developer of the Original Code is
; IBM Corporation.
@@ -36,15 +36,15 @@
;
; ***** END LICENSE BLOCK *****
-; Windows uses inline assembly for their atomic functions, so we have
-; created an assembly file for VACPP on OS/2.
+; Windows uses inline assembly for their atomic functions, so we have
+; created an assembly file for VACPP on OS/2.
;
-; This assembly file also contains an implementation of RAM semaphores.
+; This assembly file also contains an implementation of RAM semaphores.
;
-; Notes:
-; The ulTIDPID element of the RAMSEM structure is overloaded in the 386
-; implementation to hold the TID:PID in the lower 31 bits and the lock
-; bit in the high bit
+; Notes:
+; The ulTIDPID element of the RAMSEM structure is overloaded in the 386
+; implementation to hold the TID:PID in the lower 31 bits and the lock
+; bit in the high bit
page ,132