Fix trivial typo in comment.

Change-Id: I77698b0095dd0a990d954db622ed630b72062b79
This commit is contained in:
hanchl 2019-12-31 19:41:56 +08:00 committed by Sean McGinnis
parent efff1acda3
commit 8af54dcb73
1 changed files with 1 additions and 1 deletions

View File

@ -2416,7 +2416,7 @@ class VolumeManager(manager.CleanableManager,
# swappy thing so it's a bit confusing, but it does unwind properly # swappy thing so it's a bit confusing, but it does unwind properly
# when you step through it) # when you step through it)
# In the new flow we simlified this and we don't need it, instead of # In the new flow we simplified this and we don't need it, instead of
# doing a bunch of swapping we just do attachment-create/delete on the # doing a bunch of swapping we just do attachment-create/delete on the
# nova side, and then here we just do the ID swaps that are necessary # nova side, and then here we just do the ID swaps that are necessary
# to maintain the old beahvior # to maintain the old beahvior