mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
LazDebuggerGDBMI: fixed typos related to 'occur' word
git-svn-id: trunk@65195 -
This commit is contained in:
parent
8ebd2bf8a7
commit
44b3da63ec
@ -122,7 +122,7 @@ var
|
||||
{------------------------------------------------------------------------------
|
||||
Function: WaitForHandles
|
||||
Params: AHandles: A set of handles to wait for (max 32)
|
||||
TimeOut: Max Time in milli-secs => set to 0 if timeout occured
|
||||
TimeOut: Max Time in milli-secs => set to 0 if timeout occurred
|
||||
Returns: BitArray of handles set, 0 when an error occoured
|
||||
------------------------------------------------------------------------------}
|
||||
function TCmdLineDebugger.WaitForHandles(const AHandles: array of Integer; var ATimeOut: Integer): Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user