qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] fmopl: Fix typo in function name


From: Stefan Weil
Subject: [Qemu-trivial] [PATCH] fmopl: Fix typo in function name
Date: Tue, 7 Feb 2012 22:26:29 +0100

Fix a typo in a local function name.

Signed-off-by: Stefan Weil <address@hidden>
---
 hw/fmopl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hw/fmopl.c b/hw/fmopl.c
index 734d2f4..f0a0234 100644
--- a/hw/fmopl.c
+++ b/hw/fmopl.c
@@ -733,7 +733,7 @@ INLINE void CSMKeyControll(OPL_CH *CH)
 }
 
 /* ---------- opl initialize ---------- */
-static void OPL_initalize(FM_OPL *OPL)
+static void OPL_initialize(FM_OPL *OPL)
 {
        int fn;
 
@@ -1239,7 +1239,7 @@ FM_OPL *OPLCreate(int type, int clock, int rate)
        OPL->rate  = rate;
        OPL->max_ch = max_ch;
        /* init grobal tables */
-       OPL_initalize(OPL);
+       OPL_initialize(OPL);
        /* reset chip */
        OPLResetChip(OPL);
 #ifdef OPL_OUTPUT_LOG
-- 
1.7.8.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]