linux spl: fix typo in top comment of spl-condvar.c

Credential Implementation -> Condition Variables Implementation

Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de>
This commit is contained in:
Tino Reichardt 2024-01-16 21:48:17 +01:00
parent a1771d243a
commit e173394d4f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* You should have received a copy of the GNU General Public License along
* 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>