File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/courses/ada-in-practice/chapters Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ the first place.
167
167
That works, but the state initialization requires some thought. As shown above,
168
168
full initialization is performed again when the :ada: `Recovery ` loop circles
169
169
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
171
171
different state, i.e., a restart to the initial state. If that is not feasible
172
172
the call to :ada: `Initialize_State ` could be moved outside, prior to the start
173
173
of the :ada: `Recovery ` loop, so that it only executes once. Perhaps a different
You can’t perform that action at this time.
0 commit comments