]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenFfsFileTask.java
Fixed the FfsAlignment issue
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / GenFfsFileTask.java
index 3c7ebed362e0419d1a2dad10cf40a2aaf331c944..1500fdff6657ee0783f30f2af55683ac3699e797 100644 (file)
@@ -490,7 +490,7 @@ public class GenFfsFileTask extends Task implements EfiDefine, FfsTypes {
       This function is to get the ffsAligment\r
       @return  The value of ffsAligment.\r
     **/\r
-    public int getFfsAligment() {\r
+    public int getFfsAlignment() {\r
         return this.ffsAlignment;\r
     }\r
 \r
@@ -500,7 +500,7 @@ public class GenFfsFileTask extends Task implements EfiDefine, FfsTypes {
       This function is to set ffsAligment \r
       @param  ffsAligment     The value of ffsAligment.\r
     **/\r
-    public void setFfsAligment(int ffsAligment) {\r
+    public void setFfsAlignment(int ffsAligment) {\r
         this.ffsAlignment = ffsAligment;\r
         if (this.ffsAlignment > 7) {\r
             throw new BuildException ("FFS_ALIGMENT Scope is 0-7");\r