From bbd27bcaaac7ead24d51881bdd0a52a4e437db84 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Thu, 1 Nov 2012 04:10:46 +0000 Subject: [PATCH] L:UserShell - Fix comment to match the search order reality Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45976 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/c/Shell/Shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/c/Shell/Shell.c b/workbench/c/Shell/Shell.c index 10dbd24de9..3bd4dfd00b 100644 --- a/workbench/c/Shell/Shell.c +++ b/workbench/c/Shell/Shell.c @@ -307,7 +307,7 @@ static void unloadCommand(ShellState *ss, BPTR commandSeg, /* Function: loadCommand * - * Action: Load a command, searching the paths, C: and the resident lists. + * Action: Load a command, searching the resident lists, paths and C: * * Input: ShellState *ss -- this state * STRPTR commandName -- the command to load -- 2.11.4.GIT