Index: lib/matrix.rb
===================================================================
--- lib/matrix.rb	(revision 38424)
+++ lib/matrix.rb	(working copy)
@@ -1200,7 +1200,7 @@
   #   l.lower_triangular? # => true
   #   u.upper_triangular? # => true
   #   p.permutation?      # => true
-  #   l * u == a * p      # => true
+  #   l * u == p * a      # => true
   #   a.lup.solve([2, 5]) # => Vector[(1/1), (1/2)]
   #
   def lup
