From 7b4e865e3e8c578801ed609f8f8b16240dbe2216 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Thu, 21 Jun 2007 18:46:20 +0000
Subject: [PATCH] Fix bad phrasing.

---
 docs/cmu-user/compiler-hint.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cmu-user/compiler-hint.tex b/docs/cmu-user/compiler-hint.tex
index be5294144..beac6ff00 100644
--- a/docs/cmu-user/compiler-hint.tex
+++ b/docs/cmu-user/compiler-hint.tex
@@ -3734,7 +3734,7 @@ Note: Doing float to pointer coercion (cost 13) from X to VAR.
 
 The variable \code{var} is not known to always hold values of type
 \code{single-float}, so a descriptor representation must be used for its value.
-In sort of situation, and adding a declaration will eliminate the inefficiency.
+In this sort of situation, adding a declaration will eliminate the inefficiency.
 
 Often inefficient representation conversions are not due to type
 uncertainty\dash{}instead, they result from evaluating a
-- 
GitLab