Updating comment changing bevavior -> behavior

BUG=

Review-Url: https://codereview.chromium.org/2187383002
Cr-Commit-Position: refs/heads/master@{#42378}
This commit is contained in:
daniel.bevenius 2017-01-16 06:53:28 -08:00 committed by Commit bot
parent d4ac63de7c
commit 3e4c170bc7

View File

@ -666,7 +666,7 @@ struct CopyablePersistentTraits {
/**
* A PersistentBase which allows copy and assignment.
*
* Copy, assignment and destructor bevavior is controlled by the traits
* Copy, assignment and destructor behavior is controlled by the traits
* class M.
*
* Note: Persistent class hierarchy is subject to future changes.