avr-libc-commit
[Top][All Lists]
Advanced

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

[avr-libc-commit] [2160] Fix typo (detected by Wouter van Gulik).


From: Joerg Wunsch
Subject: [avr-libc-commit] [2160] Fix typo (detected by Wouter van Gulik).
Date: Thu, 10 Jun 2010 20:45:43 +0000

Revision: 2160
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2160
Author:   joerg_wunsch
Date:     2010-06-10 20:45:42 +0000 (Thu, 10 Jun 2010)
Log Message:
-----------
Fix typo (detected by Wouter van Gulik).

Modified Paths:
--------------
    trunk/avr-libc/doc/api/optimize.dox

Modified: trunk/avr-libc/doc/api/optimize.dox
===================================================================
--- trunk/avr-libc/doc/api/optimize.dox 2010-06-10 16:13:40 UTC (rev 2159)
+++ trunk/avr-libc/doc/api/optimize.dox 2010-06-10 20:45:42 UTC (rev 2160)
@@ -114,7 +114,7 @@
  128:  08 95           ret
 \endverbatim
 
-where the potentially slow multiplication is moved across cli(),
+where the potentially slow division is moved across cli(),
 resulting in interrupts to be disabled longer than intended. Note,
 that the volatile access occurs in order with respect to cli() or
 sei(); so the "net effect" required by the standard is achieved as




reply via email to

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