summaryrefslogtreecommitdiff
path: root/lib/glthread/yield.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/glthread/yield.h')
-rw-r--r--lib/glthread/yield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/glthread/yield.h b/lib/glthread/yield.h
index 87f37a1784..3b724684be 100644
--- a/lib/glthread/yield.h
+++ b/lib/glthread/yield.h
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>. */
+ along with this program; if not, see <https://www.gnu.org/licenses/>. */
/* This file contains a primitive for yielding the processor to other threads.
extern void gl_thread_yield (void);