]> Kevux Git Server - fll/commitdiff
Cleanup: Remove out of place documentation comment.
authorKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 06:04:49 +0000 (00:04 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 06:04:49 +0000 (00:04 -0600)
level_0/f_thread/c/thread.h

index dec9e6e677866dca8ba310448e8b6c8ec2f9ed36..e033f03051d1b8783c18b5a955133f0c010fecee 100644 (file)
@@ -2254,8 +2254,6 @@ extern "C" {
  *
  *   F_failure (with error bit) on any other error.
  *
- * A named semaphore should be deleted with this function or with f_thread_semephore_file_destroy().
- *
  * @see sem_close()
  */
 #ifndef _di_f_thread_semaphore_file_close_