diff options
author | 2007-04-10 17:47:52 +0000 | |
---|---|---|
committer | 2007-04-10 17:47:52 +0000 | |
commit | 0f1683a6cf238b3bcb0751de160eac08216b3072 (patch) | |
tree | d3761b82b9c47234d8299ff041d7d58ce7927ccf /sys/dev/raidframe/rf_raid.h | |
parent | when kevent fails, the errno is a lot more interesting to print than -1 (diff) | |
download | wireguard-openbsd-0f1683a6cf238b3bcb0751de160eac08216b3072.tar.xz wireguard-openbsd-0f1683a6cf238b3bcb0751de160eac08216b3072.zip |
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/dev/raidframe/rf_raid.h')
-rw-r--r-- | sys/dev/raidframe/rf_raid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h index d1277a723ca..7b42c7b711e 100644 --- a/sys/dev/raidframe/rf_raid.h +++ b/sys/dev/raidframe/rf_raid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_raid.h,v 1.7 2002/12/16 07:01:04 tdeval Exp $ */ +/* $OpenBSD: rf_raid.h,v 1.8 2007/04/10 17:47:55 miod Exp $ */ /* $NetBSD: rf_raid.h,v 1.12 2000/02/24 17:12:10 oster Exp $ */ /* @@ -72,7 +72,7 @@ /* * Each row in the array is a distinct parity group, so - * each has it's own status, which is one of the following. + * each has its own status, which is one of the following. */ typedef enum RF_RowStatus_e { rf_rs_optimal, |