Convert latin-1 encoded files to utf-8
authoro2b3d <o2b3d@users.noreply.github.com>
Sat, 3 Feb 2024 03:25:59 +0000 (19:25 -0800)
committerpixar-oss <pixar-oss@users.noreply.github.com>
Sat, 3 Feb 2024 03:57:08 +0000 (19:57 -0800)
(Internal change: 2313544)

pxr/base/gf/ilmbase_half.cpp

index 2b1dcfa068020e2e22f874ead40529daf452ef01..d5da1baf47229271fe1d5431dd136bcdd0bf037d 100644 (file)
@@ -80,7 +80,7 @@ half::overflow ()
 
     for (int i = 0; i < 10; i++)       
        f *= f;                         // this will overflow before
-                                       // the for­loop terminates
+                                       // the for-loop terminates
     return f;
 }