Yuta HIGUCHI

typo fix

Change-Id: I2dbb24bcb20eca1049fc7520248a33477d460a64
...@@ -54,7 +54,7 @@ public final class Version { ...@@ -54,7 +54,7 @@ public final class Version {
54 * Creates a new version from the specified constituent numbers. 54 * Creates a new version from the specified constituent numbers.
55 * 55 *
56 * @param major major version number 56 * @param major major version number
57 - * @param minor minod version number 57 + * @param minor minor version number
58 * @param patch version patch segment 58 * @param patch version patch segment
59 * @param build optional build string 59 * @param build optional build string
60 * @return version descriptor 60 * @return version descriptor
......