diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-11-24 19:07:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 19:07:01 +0200 |
commit | 162bbc7462a65db76b99260997b9677a20b646e8 (patch) | |
tree | 32513efe0e6400d9e4cdaad150540a826b51b466 /cdl.c | |
parent | 17670825ab08e4b69fcb872683dbf5eb4cb8ed3b (diff) | |
download | cdl86-162bbc7462a65db76b99260997b9677a20b646e8.tar.gz cdl86-162bbc7462a65db76b99260997b9677a20b646e8.zip |
Update cdl.c
Diffstat (limited to 'cdl.c')
-rw-r--r-- | cdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /**
* @file cdl.c
- * @brief cdl86 (Compact Detour Library) - cdl.c
+ * @brief cdl86 (Compact Detours Library) - cdl.c
*
* Experimental Linux & Windows x86_64 detours library.
*
|