Fix typeo in comment.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 16 Nov 2004 07:05:16 +0000 (07:05 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 16 Nov 2004 07:05:16 +0000 (07:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17892 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Archive/ArchiveWriter.cpp
lib/Bytecode/Archive/ArchiveWriter.cpp

index e737a0409454d29c56ed9f8215bbf1cebfa1fd4c..636d632b664c390ef65e10c2cc62f81ec69a5743 100644 (file)
@@ -46,7 +46,7 @@ inline unsigned numVbrBytes(unsigned num) {
   // search. We split it in half by comparing against 2^14 first. This allows
   // most reasonable values to be done in 2 comparisons instead of 1 for 
   // small ones and four for large ones. We expect this to access file offsets
-  // in the 2^10 to 2^24 range and symbol lengths in the 2^0 to 2^8 rnage, 
+  // in the 2^10 to 2^24 range and symbol lengths in the 2^0 to 2^8 range, 
   // so this approach is reasonable.
   if (num < 1<<14)
     if (num < 1<<7)
index e737a0409454d29c56ed9f8215bbf1cebfa1fd4c..636d632b664c390ef65e10c2cc62f81ec69a5743 100644 (file)
@@ -46,7 +46,7 @@ inline unsigned numVbrBytes(unsigned num) {
   // search. We split it in half by comparing against 2^14 first. This allows
   // most reasonable values to be done in 2 comparisons instead of 1 for 
   // small ones and four for large ones. We expect this to access file offsets
-  // in the 2^10 to 2^24 range and symbol lengths in the 2^0 to 2^8 rnage, 
+  // in the 2^10 to 2^24 range and symbol lengths in the 2^0 to 2^8 range, 
   // so this approach is reasonable.
   if (num < 1<<14)
     if (num < 1<<7)