Comment typofixes, pt 4
This commit is contained in:
+1
-1
@@ -2141,7 +2141,7 @@ register struct obj *otmp;
|
||||
|
||||
if (!otmp)
|
||||
return 0;
|
||||
*buf = '\0'; /* lint suppresion */
|
||||
*buf = '\0'; /* lint suppression */
|
||||
|
||||
/* special ring checks */
|
||||
if (otmp == uright || otmp == uleft) {
|
||||
|
||||
Reference in New Issue
Block a user