| Index: src/d8-readline.cc
|
| diff --git a/src/d8-readline.cc b/src/d8-readline.cc
|
| index b81a6165ad9ac32914e2b356ac14bcca24c19ea9..b86648d00f32f41f5d1a5632b96e24550ad79e36 100644
|
| --- a/src/d8-readline.cc
|
| +++ b/src/d8-readline.cc
|
| @@ -35,7 +35,7 @@
|
|
|
|
|
| // There are incompatibilities between different versions and different
|
| -// implementations of readline. This smoothes out one known incompatibility.
|
| +// implementations of readline. This smooths out one known incompatibility.
|
| #if RL_READLINE_VERSION >= 0x0500
|
| #define completion_matches rl_completion_matches
|
| #endif
|
|
|