aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.cpp
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:23:24 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:23:24 +0800
commit09b1eee5d02ff4d727e85f651e13fa0c18b93709 (patch)
tree9add39b4267cbb5bc51b22370ec5a47866be4641 /proc.cpp
parent28264423a4d64af01682e09249b7b02879b02307 (diff)
Random fixes to comments.
Diffstat (limited to 'proc.cpp')
-rw-r--r--proc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.cpp b/proc.cpp
index b061bdd8..bec4e158 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -860,7 +860,7 @@ void proc_update_jiffies()
\param j the job to test
- \return 1 if buffers were avaialble, zero otherwise
+ \return 1 if buffers were available, zero otherwise
*/
static int select_try(job_t *j)
{
@@ -989,7 +989,7 @@ static int terminal_give_to_job(job_t *j, int cont)
}
/**
- Returns contol of the terminal to the shell, and saves the terminal
+ Returns control of the terminal to the shell, and saves the terminal
attribute state to the job, so that we can restore the terminal
ownership to the job at a later time .
*/