Skip to content

Commit

Permalink
linux spl: fix typo in top comment of spl-condvar.c
Browse files Browse the repository at this point in the history
Credential Implementation -> Condition Variables Implementation

Signed-off-by: Tino Reichardt <[email protected]>
  • Loading branch information
mcmilk committed Jan 16, 2024
1 parent a1771d2 commit e173394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/linux/spl/spl-condvar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e173394

Please sign in to comment.