]> git.proxmox.com Git - mirror_zfs.git/commitdiff
linux spl: fix typo in top comment of spl-condvar.c
authorTino Reichardt <milky-zfs@mcmilk.de>
Wed, 17 Jan 2024 17:05:12 +0000 (18:05 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 17:05:12 +0000 (09:05 -0800)
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

module/os/linux/spl/spl-condvar.c

index e87954714e3a8e19a310a2fcd3cbc9518ccae5b3..5898789ad53d15496e3d8c67bd78e216b4b325f6 100644 (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>