Skip to content

Commit

Permalink
random/scramble: fixing incorrect description in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Apr 27, 2024
1 parent 96317f5 commit 8b31f3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/random/src/scramble.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007 - 2015 Joseph Gaeddert
* Copyright (c) 2007 - 2024 Joseph Gaeddert
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -20,9 +20,7 @@
* THE SOFTWARE.
*/

//
// Finite impulse response filter design
//
// data scrambler

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 8b31f3e

Please sign in to comment.