[libc++] Fix some one-off typos in comments. NFCI.
GitOrigin-RevId: b6f191741562ab32a3e210c8661df09b546275cc
diff --git a/include/semaphore b/include/semaphore
index 0943606..0e0434f 100644
--- a/include/semaphore
+++ b/include/semaphore
@@ -71,7 +71,7 @@
user-requested least-max values that exceed the OS implementation support
(incl. when the OS has no support of its own) and for binary semaphores.
-It is a typical Dijsktra semaphore algorithm over atomics, wait and notify
+It is a typical Dijkstra semaphore algorithm over atomics, wait and notify
functions. It avoids contention against users' own use of those facilities.
*/