Skip to content

Commit 5776b21

Browse files
committed
Fix typos in docs
1 parent bda364f commit 5776b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/picos_structured/picos_structured.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ end
246246
in
247247
248248
Bundle.join_after begin fun bundle ->
249-
(* Star server *)
249+
(* Start server *)
250250
Bundle.fork bundle server;
251251
252-
(* Wait until server addr has been determined *)
252+
(* Wait until server address has been determined *)
253253
Mutex.protect mutex begin fun () ->
254254
while !server_addr == loopback_0 do
255255
Condition.wait condition mutex

0 commit comments

Comments
 (0)