Browse Source

a minor editorial fix to changelog entry 91.
(skipping review)


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2972 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 14 years ago
parent
commit
46bb36f535
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ChangeLog

+ 1 - 1
ChangeLog

@@ -24,7 +24,7 @@
 
   91.	[func]*		jinmei
 	lib/cc: Use const pointers and const member functions for the API
-	as much as possible for safer operations.  Basically this does
+	as much as possible for safer operations.  Basically this does not
 	change the observable behavior, but some of the API were changed
 	in a backward incompatible manner.  This change also involves more
 	copies, but at this moment the overhead is deemed acceptable.