Fix a typo in my recently added comment: s/beleived/believed/

Submitted by:	keramida
This commit is contained in:
Semen Ustimenko 2002-06-06 20:43:03 +00:00
parent e8eef4bb45
commit 13866b3fd2

View File

@ -1138,7 +1138,7 @@ ffs_vget(mp, ino, flags, vpp)
dev = ump->um_dev;
/*
* We do not lock vnode creation as it is beleived to be too
* We do not lock vnode creation as it is believed to be too
* expensive for such rare case as simultaneous creation of vnode
* for same ino by different processes. We just allow them to race
* and check later to decide who wins. Let the race begin!