diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
| commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
| tree | f412dafc7d29429919e8770cdefeb37441fc1299 /sys/dev/raidframe | |
| parent | 3724136741436462897ae060c5547c43f8953e54 (diff) | |
Notes
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_freebsdkintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c index 1a0665945b79c..5e134d7555067 100644 --- a/sys/dev/raidframe/rf_freebsdkintf.c +++ b/sys/dev/raidframe/rf_freebsdkintf.c @@ -1660,7 +1660,7 @@ rf_DispatchKernelIO(queue, req) /* splx(s); */ /* want to test this */ return (0); } -/* this is the callback function associated with a I/O invoked from +/* This is the callback function associated with an I/O invoked from kernel code. */ static void |
