linux spl: fix typo in top comment of spl-condvar.c
Credential Implementation -> Condition Variables Implementation Reviewed-by: Brian Atkinson <batkinson@lanl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes #15782
This commit is contained in:
parent
424d06a298
commit
276be5357c
|
@ -20,7 +20,7 @@
|
||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with the SPL. If not, see <http://www.gnu.org/licenses/>.
|
* with the SPL. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Solaris Porting Layer (SPL) Credential Implementation.
|
* Solaris Porting Layer (SPL) Condition Variables Implementation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/condvar.h>
|
#include <sys/condvar.h>
|
||||||
|
|
Loading…
Reference in New Issue