From 9a147d1cd33a3d8fec6dbe2d0282e60a80505737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Sundstr=C3=B6m?= <oyasumi@gmail.com> Date: Fri, 2 Aug 2002 05:10:17 +0200 Subject: [PATCH] Okay, the docs fix can stay. :) Rev: src/operators.c:1.158 --- src/operators.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operators.c b/src/operators.c index 4bd003bc8d..fd6cf6f212 100644 --- a/src/operators.c +++ b/src/operators.c @@ -6,7 +6,7 @@ /**/ #include "global.h" #include <math.h> -RCSID("$Id: operators.c,v 1.157 2002/08/02 03:07:18 jhs Exp $"); +RCSID("$Id: operators.c,v 1.158 2002/08/02 03:10:17 jhs Exp $"); #include "interpret.h" #include "svalue.h" #include "multiset.h" @@ -2034,7 +2034,7 @@ PMOD_EXPORT void o_rsh(void) *! If @[arg2] is an object that implements @[lfun::``>>()], that *! function will be called with @[arg1] as the single argument. *! - *! Otherwise @[arg1] will be shifted @[arg2] bits left. + *! Otherwise @[arg1] will be shifted @[arg2] bits right. *! *! @seealso *! @[`<<()] -- GitLab