Skip to content

Commit 9c57ee1

Browse files
committed
Editorial change: Do_Normal_Work => Do_Actual_Work
1 parent 398c7fe commit 9c57ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/courses/ada-in-practice/chapters/silent_task_termination.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ the first place.
167167
That works, but the state initialization requires some thought. As shown above,
168168
full initialization is performed again when the :ada:`Recovery` loop circles
169169
back around to the top of the loop. As a result, the *normal* processing in
170-
:ada:`Do_Normal_Work` must be prepared for suddenly encountering completely
170+
:ada:`Do_Actual_Work` must be prepared for suddenly encountering completely
171171
different state, i.e., a restart to the initial state. If that is not feasible
172172
the call to :ada:`Initialize_State` could be moved outside, prior to the start
173173
of the :ada:`Recovery` loop, so that it only executes once. Perhaps a different

0 commit comments

Comments
 (0)