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:
Tino Reichardt 2024-01-17 18:05:12 +01:00 committed by GitHub
parent 1494e8fbaa
commit e3d3d772de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 * 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>