diff options
Diffstat (limited to 'os/kernel/src/chregistry.c')
-rw-r--r-- | os/kernel/src/chregistry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/src/chregistry.c b/os/kernel/src/chregistry.c index 95893de85..e95ad21a8 100644 --- a/os/kernel/src/chregistry.c +++ b/os/kernel/src/chregistry.c @@ -33,7 +33,7 @@ * - <b>Next</b>, returns the next, in creation order, active thread
* in the system.
* .
- * The registry is meant to be mainly a debug feature, as example,
+ * The registry is meant to be mainly a debug feature, for example,
* using the registry a debugger can enumerate the active threads
* in any given moment or the shell can print the active threads
* and their state.<br>
|