Skip to content

Commit b3b9638

Browse files
committed
Fix comment and minor reformat
1 parent 90898b6 commit b3b9638

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/core/aws-net.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ package body AWS.Net is
701701
(Socket,
702702
Wait_Event_Type'Image (Mode) & Timeout_Token
703703
& Utils.Significant_Image (Socket.Timeout, 2));
704-
-- Can't use just Timeout in tests output becuse it can differ from
704+
-- Can't use just Timeout in tests output because it can differ from
705705
-- stable Socket.Timeout value on Send operation.
706706

707707
elsif Result = Event_Set'(Error => True, others => False) then

src/core/aws-utils.ads

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ package AWS.Utils is
116116
with Post =>
117117
Significant_Image'Result'Length > 0
118118
and then Significant_Image'Result (Significant_Image'Result'First) /= ' ';
119-
120119
-- Returns image of D without the leading blank and with N significant
121120
-- digits. If number of digits in integer part is more than N, the image
122121
-- would represent the whole integer part.

0 commit comments

Comments
 (0)