diff options
Diffstat (limited to 'usr/src/uts/common/sys/fs/ufs_lockfs.h')
| -rw-r--r-- | usr/src/uts/common/sys/fs/ufs_lockfs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/fs/ufs_lockfs.h b/usr/src/uts/common/sys/fs/ufs_lockfs.h index a91334af32..6e2ef0aa9c 100644 --- a/usr/src/uts/common/sys/fs/ufs_lockfs.h +++ b/usr/src/uts/common/sys/fs/ufs_lockfs.h @@ -27,8 +27,6 @@ #ifndef _SYS_FS_UFS_LOCKFS_H #define _SYS_FS_UFS_LOCKFS_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <sys/lockfs.h> #ifdef __cplusplus @@ -55,7 +53,7 @@ extern "C" { * * ufs_vnodeops(es) that conflict with the above file system lock types * will get either suspended, or get a EAGAIN error, - * or get an EIO error if the file sytem is hard locked, + * or get an EIO error if the file system is hard locked, * or will block if the file system is error locked. * * There are exceptions. |
