diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | shell/cmdedit.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ Supported kernels: | |||
49 | code should run on just about anything. While the current code is fairly | 49 | code should run on just about anything. While the current code is fairly |
50 | Linux specific, it should be fairly easy to port the majority of the code | 50 | Linux specific, it should be fairly easy to port the majority of the code |
51 | to, say, FreeBSD or Solaris, or MacOsX, or even Windows (if you are into that | 51 | to, say, FreeBSD or Solaris, or MacOsX, or even Windows (if you are into that |
52 | sortof thing). | 52 | sort of thing). |
53 | 53 | ||
54 | ---------------- | 54 | ---------------- |
55 | 55 | ||
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index cbe1eeb6c..9c66ce284 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c | |||
@@ -1207,7 +1207,7 @@ enum { | |||
1207 | /* | 1207 | /* |
1208 | * This function is used to grab a character buffer | 1208 | * This function is used to grab a character buffer |
1209 | * from the input file descriptor and allows you to | 1209 | * from the input file descriptor and allows you to |
1210 | * a string with full command editing (sortof like | 1210 | * a string with full command editing (sort of like |
1211 | * a mini readline). | 1211 | * a mini readline). |
1212 | * | 1212 | * |
1213 | * The following standard commands are not implemented: | 1213 | * The following standard commands are not implemented: |