diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-04-20 01:14:25 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-04-20 01:14:25 +0000 |
commit | 615059b53832da4a5e96cd87c1ea7f2acdbc85ae (patch) | |
tree | 1519b869f0ef40fb84f0687b4ece859577b13e7f /sys/fs/procfs | |
parent | b86c5d21e92d16160b1a48db6490233c676c8cb6 (diff) | |
download | FreeBSD-src-615059b53832da4a5e96cd87c1ea7f2acdbc85ae.zip FreeBSD-src-615059b53832da4a5e96cd87c1ea7f2acdbc85ae.tar.gz |
Spelling fix for comment.
Diffstat (limited to 'sys/fs/procfs')
-rw-r--r-- | sys/fs/procfs/procfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h index 420d4e6..4baaf50 100644 --- a/sys/fs/procfs/procfs.h +++ b/sys/fs/procfs/procfs.h @@ -61,7 +61,7 @@ int procfs_close(PFS_CLOSE_ARGS); /* Attributes */ int procfs_attr(PFS_ATTR_ARGS); -/* Visbility */ +/* Visibility */ int procfs_notsystem(PFS_VIS_ARGS); int procfs_candebug(PFS_VIS_ARGS); |