HDFS-17240. Fix a typo in DataStorage.java (#6226). Contributed by Yu Wang.

Reviewed-by: Shilun Fan <slfan1989@apache.org>
Reviewed-by: Tao Li <tomscut@apache.org>
This commit is contained in:
Wang Yu 2023-12-22 04:22:12 +08:00 committed by GitHub
parent b4fed58c6a
commit 77edca8f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -704,7 +704,7 @@ void readProperties(StorageDirectory sd, int rollbackLayoutVersion)
}
/**
* Analize which and whether a transition of the fs state is required
* Analyze which and whether a transition of the fs state is required
* and perform it if necessary.
*
* Rollback if the rollback startup option was specified.