You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/02/26 20:14:48 UTC

[incubator-nuttx] 03/04: arch/z80/src/ez80/ez80f92_handlers.asm: Trivial typo fix.

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit fa5179a51a7d7fb77176e3d57c0a54078fa0bab9
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Wed Feb 26 13:04:45 2020 -0600

    arch/z80/src/ez80/ez80f92_handlers.asm: Trivial typo fix.
---
 arch/z80/src/ez80/ez80f92_handlers.asm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/z80/src/ez80/ez80f92_handlers.asm b/arch/z80/src/ez80/ez80f92_handlers.asm
index 177db0f..0efd0bd 100644
--- a/arch/z80/src/ez80/ez80f92_handlers.asm
+++ b/arch/z80/src/ez80/ez80f92_handlers.asm
@@ -1,5 +1,5 @@
 ;**************************************************************************
-; arch/z80/src/ez80/ez80f91_handlers.asm
+; arch/z80/src/ez80/ez80f92_handlers.asm
 ;
 ; Licensed to the Apache Software Foundation (ASF) under one or more
 ; contributor license agreements.  See the NOTICE file distributed with