summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-09-07 02:15:28 +0000
committerkaashoek <kaashoek>2006-09-07 02:15:28 +0000
commite00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696 (patch)
tree62c154a0a92f8f1919f9578749489f0ba7feb7d5 /main.c
parent1133b215d8ce5f72d2252cf19b81fc29289d0b38 (diff)
downloadxv6-labs-e00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696.tar.gz
xv6-labs-e00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696.tar.bz2
xv6-labs-e00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696.zip
get precedence of <, >, and | right
simplify
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 876c20a..2a6ab82 100644
--- a/main.c
+++ b/main.c
@@ -78,7 +78,7 @@ main0(void)
// enable interrupts on the local APIC
lapic_enableintr();
- // Enable interrupts on this processor.
+ // enable interrupts on this processor.
cpus[cpu()].nlock--;
sti();