]> err.no Git - linux-2.6/blobdiff - Documentation/CodingStyle
Fix chapter reference in CodingStyle
[linux-2.6] / Documentation / CodingStyle
index e7f5fc6ef20ba56a57d294df6feb3dabc4444db7..afc2867758914e952e9bc33f2cce4751acc70cfc 100644 (file)
@@ -640,7 +640,7 @@ language.
 
 There appears to be a common misperception that gcc has a magic "make me
 faster" speedup option called "inline". While the use of inlines can be
-appropriate (for example as a means of replacing macros, see Chapter 11), it
+appropriate (for example as a means of replacing macros, see Chapter 12), it
 very often is not. Abundant use of the inline keyword leads to a much bigger
 kernel, which in turn slows the system as a whole down, due to a bigger
 icache footprint for the CPU and simply because there is less memory