summaryrefslogtreecommitdiff
path: root/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide.c')
-rw-r--r--ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide.c b/ide.c
index 1f19833..c0eb80a 100644
--- a/ide.c
+++ b/ide.c
@@ -146,7 +146,7 @@ iderw(struct buf *b)
idestart(b);
// Wait for request to finish.
- // Assuming will not sleep too long: ignore cp->killed.
+ // Assuming will not sleep too long: ignore proc->killed.
while((b->flags & (B_VALID|B_DIRTY)) != B_VALID)
sleep(b, &idelock);