diff options
| author | rsc | 2006-09-06 18:06:04 +0000 |
|---|---|---|
| committer | rsc | 2006-09-06 18:06:04 +0000 |
| commit | d4c64e5d434d8b9ef4488dddbe8807aed9fd7e98 (patch) | |
| tree | f692dd2db0eb474cc8282925acbc74ccb9abb8b1 /fd.h | |
| parent | 48b824703b35e17965c738743c7394e1fc0017ec (diff) | |
writeable => writable
Diffstat (limited to 'fd.h')
| -rw-r--r-- | fd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ struct fd { enum { FD_CLOSED, FD_NONE, FD_PIPE, FD_FILE } type; int ref; // reference count char readable; - char writeable; + char writable; struct pipe *pipe; struct inode *ip; uint off; |
