Author: jisom
Date: Mon Oct 1 23:23:44 2007
New Revision: 21739
Modified:
trunk/src/exceptions.c
Log:
Remove a trailing space in src/exceptions.c
Modified: trunk/src/exceptions.c
==============================================================================
--- trunk/src/exceptions.c (original)
+++ trunk/src/exceptions.c Mon Oct 1 23:23:44 2007
@@ -267,7 +267,7 @@
*/
STRING * const message = VTABLE_get_string_keyed_int(interp, exception, 0);
- /* [RT#45909: replace quadratic search with something linear, hopefully
+ /* [RT#45909: replace quadratic search with something linear, hopefully
* without trashing abstraction layers. -- rgr, 17-Sep-06.] */
while ((e = stack_entry(interp, interp->dynamic_env, depth)) != NULL) {
if (e->entry_type == STACK_ENTRY_PMC) {