diff options
author | yar <yar@FreeBSD.org> | 2006-08-04 07:56:35 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2006-08-04 07:56:35 +0000 |
commit | 209e4786e7062e14c1123326850d4bcdbd9c605d (patch) | |
tree | 3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /sys/kern/kern_resource.c | |
parent | 844254bd878791840f6bef7e7b420497eedadf07 (diff) | |
download | FreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.zip FreeBSD-src-209e4786e7062e14c1123326850d4bcdbd9c605d.tar.gz |
Commit the results of the typo hunt by Darren Pilgrim.
This change affects documentation and comments only,
no real code involved.
PR: misc/101245
Submitted by: Darren Pilgrim <darren pilgrim bitfreak org>
Tested by: md5(1)
MFC after: 1 week
Diffstat (limited to 'sys/kern/kern_resource.c')
-rw-r--r-- | sys/kern/kern_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index e6e509d..c7cb511 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -1087,7 +1087,7 @@ uihold(uip) * that we don't need to free, simply unlock and return. * Suboptimal case: * If refcount lowering results in need to free, bump the count - * back up, loose the lock and aquire the locks in the proper + * back up, lose the lock and aquire the locks in the proper * order to try again. */ void |